#B66EB8

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

Shades of Fuchsia #B66EB8

Tints of Fuchsia #B66EB8

Color information

#B66EB8 (or 0xB66EB8) is unknown color: approx Fuchsia. HEX triplet: B6, 6E and B8. RGB value is (182,110,184). Sum of RGB (Red+Green+Blue) = 182+110+184=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 184 - color contains mainly: blue. Hex color #B66EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EB8 is #499147. Grayscale: #8B8B8B. Windows color (decimal): -4821320 or 12086966. OLE color: 12086966.

HSL color Cylindrical-coordinate representation of color #B66EB8: hue angle of 298.38º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66EB8 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB182110184-
CMYK0.010.4000.28
HSL298.38º34.26%57.65%-
HSV(B)298.38º40.22%72.16%-
XYZ33.5224.5648.32-
YUV139.96152.85157.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 110 (43.36% from 255) = 23.11%
BLUE value IS 184 (72.27% from 255) = 38.66%
R=38.24%
G=23.11%
B=38.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821101840.010.4000.28298.3834.2657.65
HexB66EB812801C12a223a
Octal2661562701500344524272
Binary101101101101110101110001101000011100100101010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66EB8; }

 p { color: rgb(182,110,184); }

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

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

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

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

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

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

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