#B06EBD

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

Shades of Fuchsia #B06EBD

Tints of Fuchsia #B06EBD

Color information

#B06EBD (or 0xB06EBD) is unknown color: approx Fuchsia. HEX triplet: B0, 6E and BD. RGB value is (176,110,189). Sum of RGB (Red+Green+Blue) = 176+110+189=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #B06EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EBD is #4F9142. Grayscale: #8A8A8A. Windows color (decimal): -5214531 or 12414640. OLE color: 12414640.

HSL color Cylindrical-coordinate representation of color #B06EBD: hue angle of 290.13º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B06EBD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176110189-
CMYK0.070.4200.26
HSL290.13º37.44%58.63%-
HSV(B)290.13º41.8%74.12%-
XYZ32.6724.0651.07-
YUV138.74156.37154.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=37.05%
G=23.16%
B=39.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761101890.070.4200.26290.1337.4458.63
HexB06EBD72A01A122253b
Octal2601562757520324424573
Binary10110000110111010111101111101010011010100100010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06EBD; }

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

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

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

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

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

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

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

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