Html Css Color HEX #B71F73 Medium Violet Red

📋 copy color: '#B71F73'

red 183 ◦ green 31 ◦ blue 115

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

Shades of Medium Violet Red #B71F73

Tints of Medium Violet Red #B71F73

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.42%

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

R = 55.62%
G = 9.42%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B71F73 (or 0xB71F73) is known color: Medium Violet Red. HEX triplet: B7, 1F and 73. RGB value is (183,31,115). Sum of RGB (Red+Green+Blue) = 183+31+115=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71F73 is #48E08C. Grayscale: #555555. Windows color (decimal): -4776077 or 7544759. OLE color: 7544759.

HSL color Cylindrical-coordinate representation of color #B71F73: hue angle of 326.84º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B71F73 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 31 115 -
CMYK 0 0.83 0.37 0.28
HSL 326.84º 0.71% 0.42% -
HSV(B) 326.84º 0.83% 0.72% -
XYZ 23.11 12.29 17.37 -
YUV 86.02 144.36 197.17 -
System Red Green Blue C M Y K H S L
Decimal 183 31 115 0 0.83 0.37 0.28 326.84 0.71 0.42
Hex B7 1F 73 0 53 25 1C 147 47 2A
Octal 267 37 163 0 123 45 34 507 107 52
Binary 10110111 11111 1110011 0 1010011 100101 11100 101000111 1000111 101010

Color Harmonies of #B71F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F73

Black with #B71F73

Text Example


Text Example

White with #B71F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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