#B03BA6

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

Shades of Violet Blue #B03BA6

Tints of Violet Blue #B03BA6

Color information

#B03BA6 (or 0xB03BA6) is unknown color: approx Violet Blue. HEX triplet: B0, 3B and A6. RGB value is (176,59,166). Sum of RGB (Red+Green+Blue) = 176+59+166=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B03BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03BA6 is #4FC459. Grayscale: #696969. Windows color (decimal): -5227610 or 10894256. OLE color: 10894256.

HSL color Cylindrical-coordinate representation of color #B03BA6: hue angle of 305.13º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03BA6 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17659166-
CMYK00.660.060.31
HSL305.13º49.79%46.08%-
HSV(B)305.13º66.48%69.02%-
XYZ26.3515.1137.6-
YUV106.18161.76177.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 59 (23.44% from 255) = 14.71%
BLUE value IS 166 (65.23% from 255) = 41.40%
R=43.89%
G=14.71%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765916600.660.060.31305.1349.7946.08
HexB03BA604261F131322e
Octal2607324601026374616256
Binary10110000111011101001100100001011011111100110001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03BA6; }

 p { color: rgb(176,59,166); }

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

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

 a { background-color: rgb(176,59,166); }

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

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

 span { border-color: rgb(176,59,166); }

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