Html Css Color HEX #B52A70 Medium Red Violet

📋 copy color: '#B52A70'

red 181 ◦ green 42 ◦ blue 112

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

Shades of Medium Red Violet #B52A70

Tints of Medium Red Violet #B52A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.54%

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

R = 54.03%
G = 12.54%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B52A70 (or 0xB52A70) is known color: Medium Red Violet. HEX triplet: B5, 2A and 70. RGB value is (181,42,112). Sum of RGB (Red+Green+Blue) = 181+42+112=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A70 is #4AD58F. Grayscale: #5B5B5B. Windows color (decimal): -4904336 or 7350965. OLE color: 7350965.

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

Color convert

RGB 181 42 112 -
CMYK 0 0.77 0.38 0.29
HSL 329.78º 0.62% 0.44% -
HSV(B) 329.78º 0.77% 0.71% -
XYZ 22.81 12.65 16.57 -
YUV 91.54 139.55 191.81 -
System Red Green Blue C M Y K H S L
Decimal 181 42 112 0 0.77 0.38 0.29 329.78 0.62 0.44
Hex B5 2A 70 0 4D 26 1D 14A 3E 2C
Octal 265 52 160 0 115 46 35 512 76 54
Binary 10110101 101010 1110000 0 1001101 100110 11101 101001010 111110 101100

Color Harmonies of #B52A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A70

Black with #B52A70

Text Example


Text Example

White with #B52A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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