Html Css Color HEX #B71973 Medium Violet Red

📋 copy color: '#B71973'

red 183 ◦ green 25 ◦ blue 115

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

Shades of Medium Violet Red #B71973

Tints of Medium Violet Red #B71973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 56.66%
G = 7.74%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B71973 (or 0xB71973) is known color: Medium Violet Red. HEX triplet: B7, 19 and 73. RGB value is (183,25,115). Sum of RGB (Red+Green+Blue) = 183+25+115=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B71973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71973 is #48E68C. Grayscale: #525252. Windows color (decimal): -4777613 or 7543223. OLE color: 7543223.

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

Color convert

RGB 183 25 115 -
CMYK 0 0.86 0.37 0.28
HSL 325.82º 0.76% 0.41% -
HSV(B) 325.82º 0.86% 0.72% -
XYZ 22.97 12 17.33 -
YUV 82.5 146.35 199.68 -
System Red Green Blue C M Y K H S L
Decimal 183 25 115 0 0.86 0.37 0.28 325.82 0.76 0.41
Hex B7 19 73 0 56 25 1C 146 4C 29
Octal 267 31 163 0 126 45 34 506 114 51
Binary 10110111 11001 1110011 0 1010110 100101 11100 101000110 1001100 101001

Color Harmonies of #B71973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71973

Black with #B71973

Text Example


Text Example

White with #B71973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71973; }

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

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

background-color css

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

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

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

border-color css

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

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

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