Html Css Color HEX #B52073 Medium Red Violet

📋 copy color: '#B52073'

red 181 ◦ green 32 ◦ blue 115

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

Shades of Medium Red Violet #B52073

Tints of Medium Red Violet #B52073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.76%

 BLUE value IS 115 (45.31% from 255) = 35.06%

R = 55.18%
G = 9.76%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B52073 (or 0xB52073) is known color: Medium Red Violet. HEX triplet: B5, 20 and 73. RGB value is (181,32,115). Sum of RGB (Red+Green+Blue) = 181+32+115=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B52073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52073 is #4ADF8C. Grayscale: #555555. Windows color (decimal): -4906893 or 7545013. OLE color: 7545013.

HSL color Cylindrical-coordinate representation of color #B52073: hue angle of 326.58º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52073 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 115 -
CMYK 0 0.82 0.36 0.29
HSL 326.58º 0.7% 0.42% -
HSV(B) 326.58º 0.82% 0.71% -
XYZ 22.67 12.09 17.36 -
YUV 86.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 181 32 115 0 0.82 0.36 0.29 326.58 0.7 0.42
Hex B5 20 73 0 52 24 1D 147 46 2A
Octal 265 40 163 0 122 44 35 507 106 52
Binary 10110101 100000 1110011 0 1010010 100100 11101 101000111 1000110 101010

Color Harmonies of #B52073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52073

Black with #B52073

Text Example


Text Example

White with #B52073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52073; }

 p { color: rgb(181,32,115); }

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

background-color css

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

 a { background-color: rgb(181,32,115); }

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

border-color css

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

 span { border-color: rgb(181,32,115); }

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