Html Css Color HEX #B52770 Medium Red Violet

📋 copy color: '#B52770'

red 181 ◦ green 39 ◦ blue 112

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

Shades of Medium Red Violet #B52770

Tints of Medium Red Violet #B52770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 54.52%
G = 11.75%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B52770 (or 0xB52770) is known color: Medium Red Violet. HEX triplet: B5, 27 and 70. RGB value is (181,39,112). Sum of RGB (Red+Green+Blue) = 181+39+112=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B52770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52770 is #4AD88F. Grayscale: #595959. Windows color (decimal): -4905104 or 7350197. OLE color: 7350197.

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

Color convert

RGB 181 39 112 -
CMYK 0 0.78 0.38 0.29
HSL 329.15º 0.65% 0.43% -
HSV(B) 329.15º 0.78% 0.71% -
XYZ 22.71 12.44 16.53 -
YUV 89.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 181 39 112 0 0.78 0.38 0.29 329.15 0.65 0.43
Hex B5 27 70 0 4E 26 1D 149 41 2B
Octal 265 47 160 0 116 46 35 511 101 53
Binary 10110101 100111 1110000 0 1001110 100110 11101 101001001 1000001 101011

Color Harmonies of #B52770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52770

Black with #B52770

Text Example


Text Example

White with #B52770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52770; }

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

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

background-color css

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

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

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

border-color css

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

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

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