#B66FB6

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

Shades of Fuchsia #B66FB6

Tints of Fuchsia #B66FB6

Color information

#B66FB6 (or 0xB66FB6) is unknown color: approx Fuchsia. HEX triplet: B6, 6F and B6. RGB value is (182,111,182). Sum of RGB (Red+Green+Blue) = 182+111+182=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B66FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FB6 is #499049. Grayscale: #8C8C8C. Windows color (decimal): -4821066 or 11956150. OLE color: 11956150.

HSL color Cylindrical-coordinate representation of color #B66FB6: hue angle of 300º 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 #B66FB6 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB182111182-
CMYK00.3900.29
HSL300º32.72%57.45%-
HSV(B)300º39.01%71.37%-
XYZ33.4224.6947.26-
YUV140.32151.52157.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=38.32%
G=23.37%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211118200.3900.2930032.7257.45
HexB66FB602701D12c2139
Octal2661572660470354544171
Binary101101101101111101101100100111011101100101100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FB6; }

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

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

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

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

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

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

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

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