#B6599F

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

Shades of Violet Blue #B6599F

Tints of Violet Blue #B6599F

Color information

#B6599F (or 0xB6599F) is unknown color: approx Violet Blue. HEX triplet: B6, 59 and 9F. RGB value is (182,89,159). Sum of RGB (Red+Green+Blue) = 182+89+159=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B6599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6599F is #49A660. Grayscale: #7C7C7C. Windows color (decimal): -4826721 or 10443190. OLE color: 10443190.

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

Color convert

RGB18289159-
CMYK00.510.130.29
HSL314.84º38.91%53.14%-
HSV(B)314.84º51.1%71.37%-
XYZ29.1219.5935.05-
YUV124.79147.31168.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=42.33%
G=20.70%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828915900.510.130.29314.8438.9153.14
HexB6599F033D1D13b2735
Octal26613123706315354734765
Binary101101101011001100111110110011110111101100111011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6599F; }

 p { color: rgb(182,89,159); }

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

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

 a { background-color: rgb(182,89,159); }

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

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

 span { border-color: rgb(182,89,159); }

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