#B06299

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

Shades of Violet Blue #B06299

Tints of Violet Blue #B06299

Color information

#B06299 (or 0xB06299) is unknown color: approx Violet Blue. HEX triplet: B0, 62 and 99. RGB value is (176,98,153). Sum of RGB (Red+Green+Blue) = 176+98+153=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B06299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06299 is #4F9D66. Grayscale: #7F7F7F. Windows color (decimal): -5217639 or 10052272. OLE color: 10052272.

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

Color convert

RGB17698153-
CMYK00.440.130.31
HSL317.69º33.05%53.73%-
HSV(B)317.69º44.32%69.02%-
XYZ28.0220.2732.57-
YUV127.59142.34162.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=41.22%
G=22.95%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769815300.440.130.31317.6933.0553.73
HexB0629902CD1F13e2136
Octal26014223105415374764166
Binary101100001100010100110010101100110111111100111110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06299; }

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

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

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

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

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

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

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

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