#B05599

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

Shades of Violet Blue #B05599

Tints of Violet Blue #B05599

Color information

#B05599 (or 0xB05599) is unknown color: approx Violet Blue. HEX triplet: B0, 55 and 99. RGB value is (176,85,153). Sum of RGB (Red+Green+Blue) = 176+85+153=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B05599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05599 is #4FAA66. Grayscale: #777777. Windows color (decimal): -5220967 or 10048944. OLE color: 10048944.

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

Color convert

RGB17685153-
CMYK00.520.130.31
HSL315.16º36.55%51.18%-
HSV(B)315.16º51.7%69.02%-
XYZ26.918.0332.2-
YUV119.96146.65167.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=42.51%
G=20.53%
B=36.96%

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
Decimal1768515300.520.130.31315.1636.5551.18
HexB05599034D1F13b2533
Octal26012523106415374734563
Binary101100001010101100110010110100110111111100111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05599; }

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

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

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

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

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

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

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

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