#B0589E

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

Shades of Violet Blue #B0589E

Tints of Violet Blue #B0589E

Color information

#B0589E (or 0xB0589E) is unknown color: approx Violet Blue. HEX triplet: B0, 58 and 9E. RGB value is (176,88,158). Sum of RGB (Red+Green+Blue) = 176+88+158=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0589E is #4FA761. Grayscale: #7A7A7A. Windows color (decimal): -5220194 or 10377392. OLE color: 10377392.

HSL color Cylindrical-coordinate representation of color #B0589E: hue angle of 312.27º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0589E is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17688158-
CMYK00.500.100.31
HSL312.27º35.77%51.76%-
HSV(B)312.27º50%69.02%-
XYZ27.5718.6834.5-
YUV122.29148.15166.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 88 (34.77% from 255) = 20.85%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=41.71%
G=20.85%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768815800.500.100.31312.2735.7751.76
HexB0589E032A1F1382434
Octal26013023606212374704464
Binary101100001011000100111100110010101011111100111000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0589E; }

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

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

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

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

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

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

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

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