#B0609E

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

Shades of Violet Blue #B0609E

Tints of Violet Blue #B0609E

Color information

#B0609E (or 0xB0609E) is unknown color: approx Violet Blue. HEX triplet: B0, 60 and 9E. RGB value is (176,96,158). Sum of RGB (Red+Green+Blue) = 176+96+158=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0609E is #4F9F61. Grayscale: #7E7E7E. Windows color (decimal): -5218146 or 10379440. OLE color: 10379440.

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

Color convert

RGB17696158-
CMYK00.450.100.31
HSL313.5º33.61%53.33%-
HSV(B)313.5º45.45%69.02%-
XYZ28.2620.0634.73-
YUV126.99145.5162.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=40.93%
G=22.33%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769615800.450.100.31313.533.6153.33
HexB0609E02DA1F13a2235
Octal26014023605512374724265
Binary101100001100000100111100101101101011111100111010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0609E; }

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

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

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

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

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

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

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

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