#B66EBA

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

Shades of Fuchsia #B66EBA

Tints of Fuchsia #B66EBA

Color information

#B66EBA (or 0xB66EBA) is unknown color: approx Fuchsia. HEX triplet: B6, 6E and BA. RGB value is (182,110,186). Sum of RGB (Red+Green+Blue) = 182+110+186=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #B66EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EBA is #499145. Grayscale: #8B8B8B. Windows color (decimal): -4821318 or 12218038. OLE color: 12218038.

HSL color Cylindrical-coordinate representation of color #B66EBA: hue angle of 296.84º 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 #B66EBA is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182110186-
CMYK0.020.4100.27
HSL296.84º35.51%58.04%-
HSV(B)296.84º40.86%72.94%-
XYZ33.7324.6449.43-
YUV140.19153.85157.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 110 (43.36% from 255) = 23.01%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=38.08%
G=23.01%
B=38.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821101860.020.4100.27296.8435.5158.04
HexB66EBA22901B129243a
Octal2661562722510334514472
Binary1011011011011101011101010101001011011100101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66EBA; }

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

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

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

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

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

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

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

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