Html Css Color HEX #B364B1 Fuchsia

📋 copy color: '#B364B1'

red 179 ◦ green 100 ◦ blue 177

#B364B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B364B1

Tints of Fuchsia #B364B1

RGB

 RED value IS 179 (70.31% from 255) = 39.25%

 GREEN value IS 100 (39.45% from 255) = 21.93%

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 39.25%
G = 21.93%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B364B1 (or 0xB364B1) is known color: Fuchsia. HEX triplet: B3, 64 and B1. RGB value is (179,100,177). Sum of RGB (Red+Green+Blue) = 179+100+177=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B364B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B364B1 is #4C9B4E. Grayscale: #848484. Windows color (decimal): -5020495 or 11625651. OLE color: 11625651.

HSL color Cylindrical-coordinate representation of color #B364B1: hue angle of 301.52º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B364B1 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 100 177 -
CMYK 0 0.44 0.01 0.30
HSL 301.52º 0.34% 0.55% -
HSV(B) 301.52º 0.44% 0.7% -
XYZ 31.08 21.87 44.18 -
YUV 132.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 179 100 177 0 0.44 0.01 0.30 301.52 0.34 0.55
Hex B3 64 B1 0 2C 1 1E 12E 22 37
Octal 263 144 261 0 54 1 36 456 42 67
Binary 10110011 1100100 10110001 0 101100 1 11110 100101110 100010 110111

Color Harmonies of #B364B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B364B1

Black with #B364B1

Text Example


Text Example

White with #B364B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B364B1; }

 p { color: rgb(179,100,177); }

 H1.HeaderClassName
 {
   color: #B364B1;
 }
 .AnyTagClassName
 {
   color: #B364B1;
 }
</style>

background-color css

<style>
 a { background-color: #B364B1; }

 a { background-color: rgb(179,100,177); }

 div.DivClassName
 {
   background-color: #B364B1;
 }
 .BgClassName
 {
   background-color: #B364B1;
 }
</style>

border-color css

<style>
 span { border-color: #B364B1; }

 span { border-color: rgb(179,100,177); }

 td.TdClassName
 {
   border-color: #B364B1;
 }
 .TagClassName
 {
   border-color: #B364B1;
 }
</style>