#B05299

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

Shades of Violet Blue #B05299

Tints of Violet Blue #B05299

Color information

#B05299 (or 0xB05299) is unknown color: approx Violet Blue. HEX triplet: B0, 52 and 99. RGB value is (176,82,153). Sum of RGB (Red+Green+Blue) = 176+82+153=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B05299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05299 is #4FAD66. Grayscale: #767676. Windows color (decimal): -5221735 or 10048176. OLE color: 10048176.

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

Color convert

RGB17682153-
CMYK00.530.130.31
HSL314.68º37.3%50.59%-
HSV(B)314.68º53.41%69.02%-
XYZ26.6717.5632.12-
YUV118.2147.64169.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=42.82%
G=19.95%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768215300.530.130.31314.6837.350.59
HexB05299035D1F13b2533
Octal26012223106515374734563
Binary101100001010010100110010110101110111111100111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05299; }

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

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

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

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

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

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

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

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