#B0609A

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

Shades of Violet Blue #B0609A

Tints of Violet Blue #B0609A

Color information

#B0609A (or 0xB0609A) is unknown color: approx Violet Blue. HEX triplet: B0, 60 and 9A. RGB value is (176,96,154). Sum of RGB (Red+Green+Blue) = 176+96+154=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B0609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0609A is #4F9F65. Grayscale: #7E7E7E. Windows color (decimal): -5218150 or 10117296. OLE color: 10117296.

HSL color Cylindrical-coordinate representation of color #B0609A: hue angle of 316.5º 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 #B0609A is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17696154-
CMYK00.450.120.31
HSL316.5º33.61%53.33%-
HSV(B)316.5º45.45%69.02%-
XYZ27.9219.9332.95-
YUV126.53143.5163.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=41.31%
G=22.54%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769615400.450.120.31316.533.6153.33
HexB0609A02DC1F13c2235
Octal26014023205514374744265
Binary101100001100000100110100101101110011111100111100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0609A; }

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

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

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

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

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

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

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

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