#B046A0

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

Shades of Violet Blue #B046A0

Tints of Violet Blue #B046A0

Color information

#B046A0 (or 0xB046A0) is unknown color: approx Violet Blue. HEX triplet: B0, 46 and A0. RGB value is (176,70,160). Sum of RGB (Red+Green+Blue) = 176+70+160=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B046A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B046A0 is #4FB95F. Grayscale: #6F6F6F. Windows color (decimal): -5224800 or 10503856. OLE color: 10503856.

HSL color Cylindrical-coordinate representation of color #B046A0: hue angle of 309.06º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B046A0 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17670160-
CMYK00.600.090.31
HSL309.06º43.09%48.24%-
HSV(B)309.06º60.23%69.02%-
XYZ26.4416.1534.98-
YUV111.95155.12173.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 70 (27.73% from 255) = 17.24%
BLUE value IS 160 (62.89% from 255) = 39.41%
R=43.35%
G=17.24%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767016000.600.090.31309.0643.0948.24
HexB046A003C91F1352b30
Octal26010624007411374655360
Binary101100001000110101000000111100100111111100110101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B046A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B046A0; }

 p { color: rgb(176,70,160); }

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

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

 a { background-color: rgb(176,70,160); }

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

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

 span { border-color: rgb(176,70,160); }

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