Html Css Color HEX #B52D9F Medium Red Violet

📋 copy color: '#B52D9F'

red 181 ◦ green 45 ◦ blue 159

#B52D9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B52D9F

Tints of Medium Red Violet #B52D9F

RGB

 RED value IS 181 (71.09% from 255) = 47.01%

 GREEN value IS 45 (17.97% from 255) = 11.69%

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 47.01%
G = 11.69%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B52D9F (or 0xB52D9F) is known color: Medium Red Violet. HEX triplet: B5, 2D and 9F. RGB value is (181,45,159). Sum of RGB (Red+Green+Blue) = 181+45+159=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52D9F is #4AD260. Grayscale: #626262. Windows color (decimal): -4903521 or 10431925. OLE color: 10431925.

HSL color Cylindrical-coordinate representation of color #B52D9F: hue angle of 309.71º 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 #B52D9F is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 45 159 -
CMYK 0 0.75 0.12 0.29
HSL 309.71º 0.6% 0.44% -
HSV(B) 309.71º 0.75% 0.71% -
XYZ 26.25 14.2 34.16 -
YUV 98.66 162.06 186.73 -
System Red Green Blue C M Y K H S L
Decimal 181 45 159 0 0.75 0.12 0.29 309.71 0.6 0.44
Hex B5 2D 9F 0 4B C 1D 136 3C 2C
Octal 265 55 237 0 113 14 35 466 74 54
Binary 10110101 101101 10011111 0 1001011 1100 11101 100110110 111100 101100

Color Harmonies of #B52D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52D9F

Black with #B52D9F

Text Example


Text Example

White with #B52D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52D9F; }

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

 H1.HeaderClassName
 {
   color: #B52D9F;
 }
 .AnyTagClassName
 {
   color: #B52D9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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