#B66BB9

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

Shades of Fuchsia #B66BB9

Tints of Fuchsia #B66BB9

Color information

#B66BB9 (or 0xB66BB9) is unknown color: approx Fuchsia. HEX triplet: B6, 6B and B9. RGB value is (182,107,185). Sum of RGB (Red+Green+Blue) = 182+107+185=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #B66BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66BB9 is #499446. Grayscale: #8A8A8A. Windows color (decimal): -4822087 or 12151734. OLE color: 12151734.

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

Color convert

RGB182107185-
CMYK0.020.4200.27
HSL297.69º35.78%57.25%-
HSV(B)297.69º42.16%72.55%-
XYZ33.3123.9648.77-
YUV138.32154.35159.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 107 (42.19% from 255) = 22.57%
BLUE value IS 185 (72.66% from 255) = 39.03%
R=38.40%
G=22.57%
B=39.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821071850.020.4200.27297.6935.7857.25
HexB66BB922A01B12a2439
Octal2661532712520334524471
Binary1011011011010111011100110101010011011100101010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66BB9; }

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

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

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

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

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

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

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

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