Html Css Color HEX #B81972 Medium Violet Red

📋 copy color: '#B81972'

red 184 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #B81972

Tints of Medium Violet Red #B81972

RGB

 RED value IS 184 (72.27% from 255) = 56.97%

 GREEN value IS 25 (10.16% from 255) = 7.74%

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

R = 56.97%
G = 7.74%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B81972 (or 0xB81972) is known color: Medium Violet Red. HEX triplet: B8, 19 and 72. RGB value is (184,25,114). Sum of RGB (Red+Green+Blue) = 184+25+114=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B81972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81972 is #47E68D. Grayscale: #525252. Windows color (decimal): -4712078 or 7477688. OLE color: 7477688.

HSL color Cylindrical-coordinate representation of color #B81972: hue angle of 326.42º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81972 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 25 114 -
CMYK 0 0.86 0.38 0.28
HSL 326.42º 0.76% 0.41% -
HSV(B) 326.42º 0.86% 0.72% -
XYZ 23.15 12.1 17.03 -
YUV 82.69 145.68 200.26 -
System Red Green Blue C M Y K H S L
Decimal 184 25 114 0 0.86 0.38 0.28 326.42 0.76 0.41
Hex B8 19 72 0 56 26 1C 146 4C 29
Octal 270 31 162 0 126 46 34 506 114 51
Binary 10111000 11001 1110010 0 1010110 100110 11100 101000110 1001100 101001

Color Harmonies of #B81972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81972

Black with #B81972

Text Example


Text Example

White with #B81972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81972; }

 p { color: rgb(184,25,114); }

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

background-color css

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

 a { background-color: rgb(184,25,114); }

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

border-color css

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

 span { border-color: rgb(184,25,114); }

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