#B03EA2

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

Shades of Violet Blue #B03EA2

Tints of Violet Blue #B03EA2

Color information

#B03EA2 (or 0xB03EA2) is unknown color: approx Violet Blue. HEX triplet: B0, 3E and A2. RGB value is (176,62,162). Sum of RGB (Red+Green+Blue) = 176+62+162=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B03EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03EA2 is #4FC15D. Grayscale: #6B6B6B. Windows color (decimal): -5226846 or 10632880. OLE color: 10632880.

HSL color Cylindrical-coordinate representation of color #B03EA2: hue angle of 307.37º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03EA2 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB17662162-
CMYK00.650.080.31
HSL307.37º47.9%46.67%-
HSV(B)307.37º64.77%69.02%-
XYZ26.1515.2835.75-
YUV107.49158.77176.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 62 (24.61% from 255) = 15.5%
BLUE value IS 162 (63.67% from 255) = 40.5%
R=44%
G=15.5%
B=40.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766216200.650.080.31307.3747.946.67
HexB03EA204181F133302f
Octal26076242010110374636057
Binary101100001111101010001001000001100011111100110011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03EA2; }

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

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

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

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

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

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

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

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