#B36CB3

Color #B36CB3 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B36CB3

Tints of Fuchsia #B36CB3

Color information

#B36CB3 (or 0xB36CB3) is unknown color: approx Fuchsia. HEX triplet: B3, 6C and B3. RGB value is (179,108,179). Sum of RGB (Red+Green+Blue) = 179+108+179=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B36CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CB3 is #4C934C. Grayscale: #898989. Windows color (decimal): -5018445 or 11758771. OLE color: 11758771.

HSL color Cylindrical-coordinate representation of color #B36CB3: hue angle of 300º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36CB3 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB179108179-
CMYK00.4000.30
HSL300º31.84%56.27%-
HSV(B)300º39.66%70.2%-
XYZ32.0923.5645.5-
YUV137.32151.52157.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=38.41%
G=23.18%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910817900.4000.3030031.8456.27
HexB36CB302801E12c2038
Octal2631542630500364544070
Binary101100111101100101100110101000011110100101100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36CB3; }

 p { color: rgb(179,108,179); }

 H1.HeaderClassName
 {
   color: #B36CB3;
 }
 .AnyTagClassName
 {
   color: #B36CB3;
 }
</style>
background-color css

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

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

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

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

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

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