#B06199

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

Shades of Violet Blue #B06199

Tints of Violet Blue #B06199

Color information

#B06199 (or 0xB06199) is unknown color: approx Violet Blue. HEX triplet: B0, 61 and 99. RGB value is (176,97,153). Sum of RGB (Red+Green+Blue) = 176+97+153=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B06199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06199 is #4F9E66. Grayscale: #7E7E7E. Windows color (decimal): -5217895 or 10052016. OLE color: 10052016.

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

Color convert

RGB17697153-
CMYK00.450.130.31
HSL317.47º33.33%53.53%-
HSV(B)317.47º44.89%69.02%-
XYZ27.9320.0832.54-
YUV127142.67162.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=41.31%
G=22.77%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769715300.450.130.31317.4733.3353.53
HexB0619902DD1F13d2136
Octal26014123105515374754166
Binary101100001100001100110010101101110111111100111101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06199; }

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

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

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

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

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

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

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

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