#B36FB6

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

Shades of Fuchsia #B36FB6

Tints of Fuchsia #B36FB6

Color information

#B36FB6 (or 0xB36FB6) is unknown color: approx Fuchsia. HEX triplet: B3, 6F and B6. RGB value is (179,111,182). Sum of RGB (Red+Green+Blue) = 179+111+182=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 182 - color contains mainly: blue. Hex color #B36FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FB6 is #4C9049. Grayscale: #8B8B8B. Windows color (decimal): -5017674 or 11956147. OLE color: 11956147.

HSL color Cylindrical-coordinate representation of color #B36FB6: hue angle of 297.46º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36FB6 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB179111182-
CMYK0.020.3900.29
HSL297.46º32.72%57.45%-
HSV(B)297.46º39.01%71.37%-
XYZ32.7224.3347.23-
YUV139.43152.03156.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 182 (71.48% from 255) = 38.56%
R=37.92%
G=23.52%
B=38.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791111820.020.3900.29297.4632.7257.45
HexB36FB622701D1292139
Octal2631572662470354514171
Binary1011001111011111011011010100111011101100101001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36FB6; }

 p { color: rgb(179,111,182); }

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

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

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

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

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

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

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