#B3589D

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

Shades of Violet Blue #B3589D

Tints of Violet Blue #B3589D

Color information

#B3589D (or 0xB3589D) is unknown color: approx Violet Blue. HEX triplet: B3, 58 and 9D. RGB value is (179,88,157). Sum of RGB (Red+Green+Blue) = 179+88+157=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3589D is #4CA762. Grayscale: #7A7A7A. Windows color (decimal): -5023587 or 10311859. OLE color: 10311859.

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

Color convert

RGB17988157-
CMYK00.510.120.30
HSL314.51º37.45%52.35%-
HSV(B)314.51º50.84%70.2%-
XYZ28.171934.08-
YUV123.07147.15167.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=42.22%
G=20.75%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798815700.510.120.30314.5137.4552.35
HexB3589D033C1E13b2534
Octal26313023506314364734564
Binary101100111011000100111010110011110011110100111011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3589D; }

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

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

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

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

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

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

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

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