#B0589D

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

Shades of Violet Blue #B0589D

Tints of Violet Blue #B0589D

Color information

#B0589D (or 0xB0589D) is unknown color: approx Violet Blue. HEX triplet: B0, 58 and 9D. RGB value is (176,88,157). Sum of RGB (Red+Green+Blue) = 176+88+157=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0589D is #4FA762. Grayscale: #797979. Windows color (decimal): -5220195 or 10311856. OLE color: 10311856.

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

Color convert

RGB17688157-
CMYK00.500.110.31
HSL312.95º35.77%51.76%-
HSV(B)312.95º50%69.02%-
XYZ27.4818.6434.05-
YUV122.18147.65166.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 157 (61.72% from 255) = 37.29%
R=41.81%
G=20.90%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768815700.500.110.31312.9535.7751.76
HexB0589D032B1F1392434
Octal26013023506213374714464
Binary101100001011000100111010110010101111111100111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0589D; }

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

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

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

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

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

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

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

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