#B8609F

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

Shades of Violet Blue #B8609F

Tints of Violet Blue #B8609F

Color information

#B8609F (or 0xB8609F) is unknown color: approx Violet Blue. HEX triplet: B8, 60 and 9F. RGB value is (184,96,159). Sum of RGB (Red+Green+Blue) = 184+96+159=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8609F is #479F60. Grayscale: #818181. Windows color (decimal): -4693857 or 10444984. OLE color: 10444984.

HSL color Cylindrical-coordinate representation of color #B8609F: hue angle of 317.05º 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 #B8609F is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB18496159-
CMYK00.480.140.28
HSL317.05º38.26%54.9%-
HSV(B)317.05º47.83%72.16%-
XYZ30.2121.0635.27-
YUV129.49144.65166.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 159 (62.5% from 255) = 36.22%
R=41.91%
G=21.87%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849615900.480.140.28317.0538.2654.9
HexB8609F030E1C13d2637
Octal27014023706016344754667
Binary101110001100000100111110110000111011100100111101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8609F; }

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

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

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

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

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

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

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

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