#B06EBB

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

Shades of Fuchsia #B06EBB

Tints of Fuchsia #B06EBB

Color information

#B06EBB (or 0xB06EBB) is unknown color: approx Fuchsia. HEX triplet: B0, 6E and BB. RGB value is (176,110,187). Sum of RGB (Red+Green+Blue) = 176+110+187=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #B06EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EBB is #4F9144. Grayscale: #8A8A8A. Windows color (decimal): -5214533 or 12283568. OLE color: 12283568.

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

Color convert

RGB176110187-
CMYK0.060.4100.27
HSL291.43º36.15%58.24%-
HSV(B)291.43º41.18%73.33%-
XYZ32.4523.9749.93-
YUV138.51155.37154.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=37.21%
G=23.26%
B=39.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761101870.060.4100.27291.4336.1558.24
HexB06EBB62901B123243a
Octal2601562736510334434472
Binary10110000110111010111011110101001011011100100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06EBB; }

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

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

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

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

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

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

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

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