Html Css Color HEX #B81970 Medium Violet Red

📋 copy color: '#B81970'

red 184 ◦ green 25 ◦ blue 112

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

Shades of Medium Violet Red #B81970

Tints of Medium Violet Red #B81970

RGB

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

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

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

R = 57.32%
G = 7.79%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B81970 (or 0xB81970) is known color: Medium Violet Red. HEX triplet: B8, 19 and 70. RGB value is (184,25,112). Sum of RGB (Red+Green+Blue) = 184+25+112=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B81970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81970 is #47E68F. Grayscale: #525252. Windows color (decimal): -4712080 or 7346616. OLE color: 7346616.

HSL color Cylindrical-coordinate representation of color #B81970: hue angle of 327.17º 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 #B81970 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 25 112 -
CMYK 0 0.86 0.39 0.28
HSL 327.17º 0.76% 0.41% -
HSV(B) 327.17º 0.86% 0.72% -
XYZ 23.04 12.06 16.44 -
YUV 82.46 144.68 200.43 -
System Red Green Blue C M Y K H S L
Decimal 184 25 112 0 0.86 0.39 0.28 327.17 0.76 0.41
Hex B8 19 70 0 56 27 1C 147 4C 29
Octal 270 31 160 0 126 47 34 507 114 51
Binary 10111000 11001 1110000 0 1010110 100111 11100 101000111 1001100 101001

Color Harmonies of #B81970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81970

Black with #B81970

Text Example


Text Example

White with #B81970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81970; }

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

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

background-color css

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

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

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

border-color css

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

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

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