#B2589B

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

Shades of Violet Blue #B2589B

Tints of Violet Blue #B2589B

Color information

#B2589B (or 0xB2589B) is unknown color: approx Violet Blue. HEX triplet: B2, 58 and 9B. RGB value is (178,88,155). Sum of RGB (Red+Green+Blue) = 178+88+155=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2589B is #4DA764. Grayscale: #7A7A7A. Windows color (decimal): -5089125 or 10180786. OLE color: 10180786.

HSL color Cylindrical-coordinate representation of color #B2589B: hue angle of 315.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 #B2589B is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB17888155-
CMYK00.510.130.30
HSL315.33º36.89%52.16%-
HSV(B)315.33º50.56%69.8%-
XYZ27.7718.8133.18-
YUV122.55146.32167.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 155 (60.94% from 255) = 36.82%
R=42.28%
G=20.90%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788815500.510.130.30315.3336.8952.16
HexB2589B033D1E13b2534
Octal26213023306315364734564
Binary101100101011000100110110110011110111110100111011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2589B; }

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

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

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

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

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

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

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

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