#B0469F

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

Shades of Violet Blue #B0469F

Tints of Violet Blue #B0469F

Color information

#B0469F (or 0xB0469F) is unknown color: approx Violet Blue. HEX triplet: B0, 46 and 9F. RGB value is (176,70,159). Sum of RGB (Red+Green+Blue) = 176+70+159=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0469F is #4FB960. Grayscale: #6F6F6F. Windows color (decimal): -5224801 or 10438320. OLE color: 10438320.

HSL color Cylindrical-coordinate representation of color #B0469F: hue angle of 309.62º 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 #B0469F is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17670159-
CMYK00.600.100.31
HSL309.62º43.09%48.24%-
HSV(B)309.62º60.23%69.02%-
XYZ26.3516.1134.52-
YUV111.84154.62173.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 70 (27.73% from 255) = 17.28%
BLUE value IS 159 (62.5% from 255) = 39.26%
R=43.46%
G=17.28%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767015900.600.100.31309.6243.0948.24
HexB0469F03CA1F1362b30
Octal26010623707412374665360
Binary101100001000110100111110111100101011111100110110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0469F; }

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

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

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

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

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

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

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

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