#B0589A

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

Shades of Violet Blue #B0589A

Tints of Violet Blue #B0589A

Color information

#B0589A (or 0xB0589A) is unknown color: approx Violet Blue. HEX triplet: B0, 58 and 9A. RGB value is (176,88,154). Sum of RGB (Red+Green+Blue) = 176+88+154=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0589A is #4FA765. Grayscale: #797979. Windows color (decimal): -5220198 or 10115248. OLE color: 10115248.

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

Color convert

RGB17688154-
CMYK00.500.120.31
HSL315º35.77%51.76%-
HSV(B)315º50%69.02%-
XYZ27.2318.5432.72-
YUV121.84146.15166.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=42.11%
G=21.05%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768815400.500.120.3131535.7751.76
HexB0589A032C1F13b2434
Octal26013023206214374734464
Binary101100001011000100110100110010110011111100111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0589A; }

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

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

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

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

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

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

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

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