#B52D9D

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

Shades of Medium Red Violet #B52D9D

Tints of Medium Red Violet #B52D9D

Color information

#B52D9D (or 0xB52D9D) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2D and 9D. RGB value is (181,45,157). Sum of RGB (Red+Green+Blue) = 181+45+157=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52D9D is #4AD262. Grayscale: #626262. Windows color (decimal): -4903523 or 10300853. OLE color: 10300853.

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

Color convert

RGB18145157-
CMYK00.750.130.29
HSL310.59º60.18%44.31%-
HSV(B)310.59º75.14%70.98%-
XYZ26.0814.1333.25-
YUV98.43161.06186.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 45 (17.97% from 255) = 11.75%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=47.26%
G=11.75%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814515700.750.130.29310.5960.1844.31
HexB52D9D04BD1D1373c2c
Octal26555235011315354677454
Binary101101011011011001110101001011110111101100110111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52D9D; }

 p { color: rgb(181,45,157); }

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

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

 a { background-color: rgb(181,45,157); }

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

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

 span { border-color: rgb(181,45,157); }

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