#B03EB5

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

Shades of Fuchsia #B03EB5

Tints of Fuchsia #B03EB5

Color information

#B03EB5 (or 0xB03EB5) is unknown color: approx Fuchsia. HEX triplet: B0, 3E and B5. RGB value is (176,62,181). Sum of RGB (Red+Green+Blue) = 176+62+181=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 181 - color contains mainly: blue. Hex color #B03EB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03EB5 is #4FC14A. Grayscale: #6D6D6D. Windows color (decimal): -5226827 or 11878064. OLE color: 11878064.

HSL color Cylindrical-coordinate representation of color #B03EB5: hue angle of 297.48º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03EB5 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17662181-
CMYK0.030.6600.29
HSL297.48º48.97%47.65%-
HSV(B)297.48º65.75%70.98%-
XYZ27.9716.0145.33-
YUV109.65168.27175.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 62 (24.61% from 255) = 14.80%
BLUE value IS 181 (71.09% from 255) = 43.20%
R=42.00%
G=14.80%
B=43.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176621810.030.6600.29297.4848.9747.65
HexB03EB534201D1293130
Octal2607626531020354516160
Binary1011000011111010110101111000010011101100101001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03EB5; }

 p { color: rgb(176,62,181); }

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

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

 a { background-color: rgb(176,62,181); }

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

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

 span { border-color: rgb(176,62,181); }

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