#B6599E

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

Shades of Violet Blue #B6599E

Tints of Violet Blue #B6599E

Color information

#B6599E (or 0xB6599E) is unknown color: approx Violet Blue. HEX triplet: B6, 59 and 9E. RGB value is (182,89,158). Sum of RGB (Red+Green+Blue) = 182+89+158=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B6599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6599E is #49A661. Grayscale: #7C7C7C. Windows color (decimal): -4826722 or 10377654. OLE color: 10377654.

HSL color Cylindrical-coordinate representation of color #B6599E: hue angle of 315.48º 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 #B6599E is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18289158-
CMYK00.510.130.29
HSL315.48º38.91%53.14%-
HSV(B)315.48º51.1%71.37%-
XYZ29.0419.5634.59-
YUV124.67146.81168.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=42.42%
G=20.75%
B=36.83%

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
Decimal1828915800.510.130.29315.4838.9153.14
HexB6599E033D1D13b2735
Octal26613123606315354734765
Binary101101101011001100111100110011110111101100111011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6599E; }

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

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

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

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

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

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

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

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