#B06EB9

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

Shades of Fuchsia #B06EB9

Tints of Fuchsia #B06EB9

Color information

#B06EB9 (or 0xB06EB9) is unknown color: approx Fuchsia. HEX triplet: B0, 6E and B9. RGB value is (176,110,185). Sum of RGB (Red+Green+Blue) = 176+110+185=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: blue. Hex color #B06EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EB9 is #4F9146. Grayscale: #8A8A8A. Windows color (decimal): -5214535 or 12152496. OLE color: 12152496.

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

Color convert

RGB176110185-
CMYK0.050.4100.27
HSL292.8º34.88%57.84%-
HSV(B)292.8º40.54%72.55%-
XYZ32.2423.8848.81-
YUV138.28154.37154.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 110 (43.36% from 255) = 23.35%
BLUE value IS 185 (72.66% from 255) = 39.28%
R=37.37%
G=23.35%
B=39.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761101850.050.4100.27292.834.8857.84
HexB06EB952901B125233a
Octal2601562715510334454372
Binary10110000110111010111001101101001011011100100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06EB9; }

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

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

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

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

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

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

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

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