#B0609D

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

Shades of Violet Blue #B0609D

Tints of Violet Blue #B0609D

Color information

#B0609D (or 0xB0609D) is unknown color: approx Violet Blue. HEX triplet: B0, 60 and 9D. RGB value is (176,96,157). Sum of RGB (Red+Green+Blue) = 176+96+157=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0609D is #4F9F62. Grayscale: #7E7E7E. Windows color (decimal): -5218147 or 10313904. OLE color: 10313904.

HSL color Cylindrical-coordinate representation of color #B0609D: hue angle of 314.25º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0609D is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17696157-
CMYK00.450.110.31
HSL314.25º33.61%53.33%-
HSV(B)314.25º45.45%69.02%-
XYZ28.1720.0334.28-
YUV126.87145163.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=41.03%
G=22.38%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769615700.450.110.31314.2533.6153.33
HexB0609D02DB1F13a2235
Octal26014023505513374724265
Binary101100001100000100111010101101101111111100111010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0609D; }

 p { color: rgb(176,96,157); }

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

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

 a { background-color: rgb(176,96,157); }

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

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

 span { border-color: rgb(176,96,157); }

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