#B05199

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

Shades of Violet Blue #B05199

Tints of Violet Blue #B05199

Color information

#B05199 (or 0xB05199) is unknown color: approx Violet Blue. HEX triplet: B0, 51 and 99. RGB value is (176,81,153). Sum of RGB (Red+Green+Blue) = 176+81+153=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B05199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05199 is #4FAE66. Grayscale: #757575. Windows color (decimal): -5221991 or 10047920. OLE color: 10047920.

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

Color convert

RGB17681153-
CMYK00.540.130.31
HSL314.53º37.55%50.39%-
HSV(B)314.53º53.98%69.02%-
XYZ26.617.4132.1-
YUV117.61147.97169.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 81 (32.03% from 255) = 19.76%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=42.93%
G=19.76%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768115300.540.130.31314.5337.5550.39
HexB05199036D1F13b2632
Octal26012123106615374734662
Binary101100001010001100110010110110110111111100111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05199; }

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

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

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

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

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

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

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

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