#B3589B

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

Shades of Violet Blue #B3589B

Tints of Violet Blue #B3589B

Color information

#B3589B (or 0xB3589B) is unknown color: approx Violet Blue. HEX triplet: B3, 58 and 9B. RGB value is (179,88,155). Sum of RGB (Red+Green+Blue) = 179+88+155=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3589B is #4CA764. Grayscale: #7A7A7A. Windows color (decimal): -5023589 or 10180787. OLE color: 10180787.

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

Color convert

RGB17988155-
CMYK00.510.130.30
HSL315.82º37.45%52.35%-
HSV(B)315.82º50.84%70.2%-
XYZ2818.9333.19-
YUV122.85146.15168.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 88 (34.77% from 255) = 20.85%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=42.42%
G=20.85%
B=36.73%

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
Decimal1798815500.510.130.30315.8237.4552.35
HexB3589B033D1E13c2534
Octal26313023306315364744564
Binary101100111011000100110110110011110111110100111100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3589B; }

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

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

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

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

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

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

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

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