#B4589E

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

Shades of Violet Blue #B4589E

Tints of Violet Blue #B4589E

Color information

#B4589E (or 0xB4589E) is unknown color: approx Violet Blue. HEX triplet: B4, 58 and 9E. RGB value is (180,88,158). Sum of RGB (Red+Green+Blue) = 180+88+158=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4589E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4589E is #4BA761. Grayscale: #7B7B7B. Windows color (decimal): -4958050 or 10377396. OLE color: 10377396.

HSL color Cylindrical-coordinate representation of color #B4589E: hue angle of 314.35º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4589E is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18088158-
CMYK00.510.120.29
HSL314.35º38.02%52.55%-
HSV(B)314.35º51.11%70.59%-
XYZ28.4819.1534.54-
YUV123.49147.48168.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 88 (34.77% from 255) = 20.66%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=42.25%
G=20.66%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808815800.510.120.29314.3538.0252.55
HexB4589E033C1D13a2635
Octal26413023606314354724665
Binary101101001011000100111100110011110011101100111010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4589E; }

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

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

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

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

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

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

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

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