#B66FB9

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

Shades of Fuchsia #B66FB9

Tints of Fuchsia #B66FB9

Color information

#B66FB9 (or 0xB66FB9) is unknown color: approx Fuchsia. HEX triplet: B6, 6F and B9. RGB value is (182,111,185). Sum of RGB (Red+Green+Blue) = 182+111+185=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #B66FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FB9 is #499046. Grayscale: #8C8C8C. Windows color (decimal): -4821063 or 12152758. OLE color: 12152758.

HSL color Cylindrical-coordinate representation of color #B66FB9: hue angle of 297.57º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66FB9 is Cyan = 0.02, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182111185-
CMYK0.020.400.27
HSL297.57º34.58%58.04%-
HSV(B)297.57º40%72.55%-
XYZ33.7324.8248.91-
YUV140.66153.02157.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 111 (43.75% from 255) = 23.22%
BLUE value IS 185 (72.66% from 255) = 38.70%
R=38.08%
G=23.22%
B=38.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821111850.020.400.27297.5734.5858.04
HexB66FB922801B12a233a
Octal2661572712500334524372
Binary1011011011011111011100110101000011011100101010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FB9; }

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

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

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

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

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

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

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

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