#B52A80

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

Shades of Medium Red Violet #B52A80

Tints of Medium Red Violet #B52A80

Color information

#B52A80 (or 0xB52A80) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2A and 80. RGB value is (181,42,128). Sum of RGB (Red+Green+Blue) = 181+42+128=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52A80 is #4AD57F. Grayscale: #5D5D5D. Windows color (decimal): -4904320 or 8399541. OLE color: 8399541.

HSL color Cylindrical-coordinate representation of color #B52A80: hue angle of 322.88º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52A80 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18142128-
CMYK00.770.290.29
HSL322.88º62.33%43.73%-
HSV(B)322.88º76.8%70.98%-
XYZ23.7813.0421.69-
YUV93.36147.55190.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 42 (16.80% from 255) = 11.97%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=51.57%
G=11.97%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814212800.770.290.29322.8862.3343.73
HexB52A8004D1D1D1433e2c
Octal26552200011535355037654
Binary1011010110101010000000010011011110111101101000011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52A80; }

 p { color: rgb(181,42,128); }

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

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

 a { background-color: rgb(181,42,128); }

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

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

 span { border-color: rgb(181,42,128); }

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