#B06EB8

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

Shades of Fuchsia #B06EB8

Tints of Fuchsia #B06EB8

Color information

#B06EB8 (or 0xB06EB8) is unknown color: approx Fuchsia. HEX triplet: B0, 6E and B8. RGB value is (176,110,184). Sum of RGB (Red+Green+Blue) = 176+110+184=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 184 - color contains mainly: blue. Hex color #B06EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EB8 is #4F9147. Grayscale: #898989. Windows color (decimal): -5214536 or 12086960. OLE color: 12086960.

HSL color Cylindrical-coordinate representation of color #B06EB8: hue angle of 293.51º 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 #B06EB8 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB176110184-
CMYK0.040.4000.28
HSL293.51º34.26%57.65%-
HSV(B)293.51º40.22%72.16%-
XYZ32.1323.8448.26-
YUV138.17153.87154.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 110 (43.36% from 255) = 23.40%
BLUE value IS 184 (72.27% from 255) = 39.15%
R=37.45%
G=23.40%
B=39.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761101840.040.4000.28293.5134.2657.65
HexB06EB842801C126223a
Octal2601562704500344464272
Binary10110000110111010111000100101000011100100100110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06EB8; }

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

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

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

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

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

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

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

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