#B66EBB

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

Shades of Fuchsia #B66EBB

Tints of Fuchsia #B66EBB

Color information

#B66EBB (or 0xB66EBB) is unknown color: approx Fuchsia. HEX triplet: B6, 6E and BB. RGB value is (182,110,187). Sum of RGB (Red+Green+Blue) = 182+110+187=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #B66EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EBB is #499144. Grayscale: #8C8C8C. Windows color (decimal): -4821317 or 12283574. OLE color: 12283574.

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

Color convert

RGB182110187-
CMYK0.030.4100.27
HSL296.1º36.15%58.24%-
HSV(B)296.1º41.18%73.33%-
XYZ33.8424.6849.99-
YUV140.31154.35157.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 110 (43.36% from 255) = 22.96%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=38.00%
G=22.96%
B=39.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821101870.030.4100.27296.136.1558.24
HexB66EBB32901B128243a
Octal2661562733510334504472
Binary1011011011011101011101111101001011011100101000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66EBB; }

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

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

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

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

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

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

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

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