Html Css Color HEX #B51472 Medium Violet Red

📋 copy color: '#B51472'

red 181 ◦ green 20 ◦ blue 114

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

Shades of Medium Violet Red #B51472

Tints of Medium Violet Red #B51472

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

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

R = 57.46%
G = 6.35%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B51472 (or 0xB51472) is known color: Medium Violet Red. HEX triplet: B5, 14 and 72. RGB value is (181,20,114). Sum of RGB (Red+Green+Blue) = 181+20+114=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B51472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51472 is #4AEB8D. Grayscale: #4E4E4E. Windows color (decimal): -4909966 or 7476405. OLE color: 7476405.

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

Color convert

RGB 181 20 114 -
CMYK 0 0.89 0.37 0.29
HSL 324.97º 0.8% 0.39% -
HSV(B) 324.97º 0.89% 0.71% -
XYZ 22.34 11.54 16.97 -
YUV 78.86 147.84 200.86 -
System Red Green Blue C M Y K H S L
Decimal 181 20 114 0 0.89 0.37 0.29 324.97 0.8 0.39
Hex B5 14 72 0 59 25 1D 145 50 27
Octal 265 24 162 0 131 45 35 505 120 47
Binary 10110101 10100 1110010 0 1011001 100101 11101 101000101 1010000 100111

Color Harmonies of #B51472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51472

Black with #B51472

Text Example


Text Example

White with #B51472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51472; }

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

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

background-color css

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

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

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

border-color css

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

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

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