#B2549D

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

Shades of Violet Blue #B2549D

Tints of Violet Blue #B2549D

Color information

#B2549D (or 0xB2549D) is unknown color: approx Violet Blue. HEX triplet: B2, 54 and 9D. RGB value is (178,84,157). Sum of RGB (Red+Green+Blue) = 178+84+157=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2549D is #4DAB62. Grayscale: #787878. Windows color (decimal): -5090147 or 10310834. OLE color: 10310834.

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

Color convert

RGB17884157-
CMYK00.530.120.30
HSL313.4º37.9%51.37%-
HSV(B)313.4º52.81%69.8%-
XYZ27.6218.2433.96-
YUV120.43148.64169.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 84 (33.20% from 255) = 20.05%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=42.48%
G=20.05%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788415700.530.120.30313.437.951.37
HexB2549D035C1E1392633
Octal26212423506514364714663
Binary101100101010100100111010110101110011110100111001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2549D; }

 p { color: rgb(178,84,157); }

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

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

 a { background-color: rgb(178,84,157); }

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

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

 span { border-color: rgb(178,84,157); }

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