#b2589e

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

Shades of Violet Blue #B2589E

Tints of Violet Blue #B2589E

Color information

#B2589E (or 0xB2589E) is unknown color: approx Violet Blue. HEX triplet: B2, 58 and 9E. RGB value is (178,88,158). Sum of RGB (Red+Green+Blue) = 178+88+158=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2589E is #4DA761. Grayscale: #7A7A7A. Windows color (decimal): -5089122 or 10377394. OLE color: 10377394.

HSL color Cylindrical-coordinate representation of color #B2589E: hue angle of 313.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2589E is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB17888158-
CMYK00.510.110.30
HSL313.33º36.89%52.16%-
HSV(B)313.33º50.56%69.8%-
XYZ28.0218.9134.52-
YUV122.89147.82167.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=41.98%
G=20.75%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788815800.510.110.30313.3336.8952.16
HexB2589E033B1E1392534
Octal26213023606313364714564
Binary101100101011000100111100110011101111110100111001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2589e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2589e; }

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

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

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

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

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

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

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

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