#B7609F

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

Shades of Violet Blue #B7609F

Tints of Violet Blue #B7609F

Color information

#B7609F (or 0xB7609F) is unknown color: approx Violet Blue. HEX triplet: B7, 60 and 9F. RGB value is (183,96,159). Sum of RGB (Red+Green+Blue) = 183+96+159=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7609F is #489F60. Grayscale: #818181. Windows color (decimal): -4759393 or 10444983. OLE color: 10444983.

HSL color Cylindrical-coordinate representation of color #B7609F: hue angle of 316.55º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7609F is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB18396159-
CMYK00.480.130.28
HSL316.55º37.66%54.71%-
HSV(B)316.55º47.54%71.76%-
XYZ29.9720.9435.26-
YUV129.2144.82166.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.78%
GREEN value IS 96 (37.89% from 255) = 21.92%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=41.78%
G=21.92%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839615900.480.130.28316.5537.6654.71
HexB7609F030D1C13d2637
Octal26714023706015344754667
Binary101101111100000100111110110000110111100100111101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7609F; }

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

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

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

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

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

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

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

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