#B05499

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

Shades of Violet Blue #B05499

Tints of Violet Blue #B05499

Color information

#B05499 (or 0xB05499) is unknown color: approx Violet Blue. HEX triplet: B0, 54 and 99. RGB value is (176,84,153). Sum of RGB (Red+Green+Blue) = 176+84+153=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B05499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05499 is #4FAB66. Grayscale: #777777. Windows color (decimal): -5221223 or 10048688. OLE color: 10048688.

HSL color Cylindrical-coordinate representation of color #B05499: hue angle of 315º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05499 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17684153-
CMYK00.520.130.31
HSL315º36.8%50.98%-
HSV(B)315º52.27%69.02%-
XYZ26.8217.8732.17-
YUV119.37146.98168.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 84 (33.20% from 255) = 20.34%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=42.62%
G=20.34%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768415300.520.130.3131536.850.98
HexB05499034D1F13b2533
Octal26012423106415374734563
Binary101100001010100100110010110100110111111100111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05499; }

 p { color: rgb(176,84,153); }

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

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

 a { background-color: rgb(176,84,153); }

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

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

 span { border-color: rgb(176,84,153); }

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