Html Css Color HEX #B71970 Medium Violet Red

📋 copy color: '#B71970'

red 183 ◦ green 25 ◦ blue 112

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

Shades of Medium Violet Red #B71970

Tints of Medium Violet Red #B71970

RGB

 RED value IS 183 (71.88% from 255) = 57.19%

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

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

R = 57.19%
G = 7.81%
B = 35%

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

#B71970 (or 0xB71970) is known color: Medium Violet Red. HEX triplet: B7, 19 and 70. RGB value is (183,25,112). Sum of RGB (Red+Green+Blue) = 183+25+112=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B71970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71970 is #48E68F. Grayscale: #515151. Windows color (decimal): -4777616 or 7346615. OLE color: 7346615.

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

Color convert

RGB 183 25 112 -
CMYK 0 0.86 0.39 0.28
HSL 326.96º 0.76% 0.41% -
HSV(B) 326.96º 0.86% 0.72% -
XYZ 22.8 11.93 16.43 -
YUV 82.16 144.85 199.93 -
System Red Green Blue C M Y K H S L
Decimal 183 25 112 0 0.86 0.39 0.28 326.96 0.76 0.41
Hex B7 19 70 0 56 27 1C 147 4C 29
Octal 267 31 160 0 126 47 34 507 114 51
Binary 10110111 11001 1110000 0 1010110 100111 11100 101000111 1001100 101001

Color Harmonies of #B71970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71970

Black with #B71970

Text Example


Text Example

White with #B71970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71970; }

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

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

background-color css

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

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

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

border-color css

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

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

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