#B06EB7

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

Shades of Fuchsia #B06EB7

Tints of Fuchsia #B06EB7

Color information

#B06EB7 (or 0xB06EB7) is unknown color: approx Fuchsia. HEX triplet: B0, 6E and B7. RGB value is (176,110,183). Sum of RGB (Red+Green+Blue) = 176+110+183=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 183 - color contains mainly: blue. Hex color #B06EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EB7 is #4F9148. Grayscale: #898989. Windows color (decimal): -5214537 or 12021424. OLE color: 12021424.

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

Color convert

RGB176110183-
CMYK0.040.4000.28
HSL294.25º33.64%57.45%-
HSV(B)294.25º39.89%71.76%-
XYZ32.0323.847.71-
YUV138.06153.37155.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 183 (71.88% from 255) = 39.02%
R=37.53%
G=23.45%
B=39.02%

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
Decimal1761101830.040.4000.28294.2533.6457.45
HexB06EB742801C1262239
Octal2601562674500344464271
Binary10110000110111010110111100101000011100100100110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06EB7; }

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

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

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

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

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

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

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

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