#B6609F

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

Shades of Violet Blue #B6609F

Tints of Violet Blue #B6609F

Color information

#B6609F (or 0xB6609F) is unknown color: approx Violet Blue. HEX triplet: B6, 60 and 9F. RGB value is (182,96,159). Sum of RGB (Red+Green+Blue) = 182+96+159=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6609F is #499F60. Grayscale: #808080. Windows color (decimal): -4824929 or 10444982. OLE color: 10444982.

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

Color convert

RGB18296159-
CMYK00.470.130.29
HSL316.05º37.07%54.51%-
HSV(B)316.05º47.25%71.37%-
XYZ29.7320.8135.25-
YUV128.9144.99165.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=41.65%
G=21.97%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829615900.470.130.29316.0537.0754.51
HexB6609F02FD1D13c2537
Octal26614023705715354744567
Binary101101101100000100111110101111110111101100111100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6609F; }

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

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

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

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

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

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

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

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