Html Css Color HEX #B52772 Medium Red Violet

📋 copy color: '#B52772'

red 181 ◦ green 39 ◦ blue 114

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

Shades of Medium Red Violet #B52772

Tints of Medium Red Violet #B52772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.68%

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 54.19%
G = 11.68%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B52772 (or 0xB52772) is known color: Medium Red Violet. HEX triplet: B5, 27 and 72. RGB value is (181,39,114). Sum of RGB (Red+Green+Blue) = 181+39+114=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B52772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52772 is #4AD88D. Grayscale: #595959. Windows color (decimal): -4905102 or 7481269. OLE color: 7481269.

HSL color Cylindrical-coordinate representation of color #B52772: hue angle of 328.31º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52772 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 39 114 -
CMYK 0 0.78 0.37 0.29
HSL 328.31º 0.65% 0.43% -
HSV(B) 328.31º 0.78% 0.71% -
XYZ 22.82 12.49 17.13 -
YUV 90.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 181 39 114 0 0.78 0.37 0.29 328.31 0.65 0.43
Hex B5 27 72 0 4E 25 1D 148 41 2B
Octal 265 47 162 0 116 45 35 510 101 53
Binary 10110101 100111 1110010 0 1001110 100101 11101 101001000 1000001 101011

Color Harmonies of #B52772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52772

Black with #B52772

Text Example


Text Example

White with #B52772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52772; }

 p { color: rgb(181,39,114); }

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

background-color css

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

 a { background-color: rgb(181,39,114); }

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

border-color css

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

 span { border-color: rgb(181,39,114); }

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