#B52B8E

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

Shades of Medium Red Violet #B52B8E

Tints of Medium Red Violet #B52B8E

Color information

#B52B8E (or 0xB52B8E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2B and 8E. RGB value is (181,43,142). Sum of RGB (Red+Green+Blue) = 181+43+142=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52B8E is #4AD471. Grayscale: #5F5F5F. Windows color (decimal): -4904050 or 9317301. OLE color: 9317301.

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

Color convert

RGB18143142-
CMYK00.760.220.29
HSL316.96º61.61%43.92%-
HSV(B)316.96º76.24%70.98%-
XYZ24.813.526.89-
YUV95.55154.22188.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 43 (17.19% from 255) = 11.75%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=49.45%
G=11.75%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814314200.760.220.29316.9661.6143.92
HexB52B8E04C161D13d3e2c
Octal26553216011426354757654
Binary1011010110101110001110010011001011011101100111101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52B8E; }

 p { color: rgb(181,43,142); }

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

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

 a { background-color: rgb(181,43,142); }

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

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

 span { border-color: rgb(181,43,142); }

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