Html Css Color HEX #B71B73 Medium Violet Red

📋 copy color: '#B71B73'

red 183 ◦ green 27 ◦ blue 115

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

Shades of Medium Violet Red #B71B73

Tints of Medium Violet Red #B71B73

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.31%

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

R = 56.31%
G = 8.31%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B71B73 (or 0xB71B73) is known color: Medium Violet Red. HEX triplet: B7, 1B and 73. RGB value is (183,27,115). Sum of RGB (Red+Green+Blue) = 183+27+115=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71B73 is #48E48C. Grayscale: #535353. Windows color (decimal): -4777101 or 7543735. OLE color: 7543735.

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

Color convert

RGB 183 27 115 -
CMYK 0 0.85 0.37 0.28
HSL 326.15º 0.74% 0.41% -
HSV(B) 326.15º 0.85% 0.72% -
XYZ 23.01 12.09 17.34 -
YUV 83.68 145.68 198.84 -
System Red Green Blue C M Y K H S L
Decimal 183 27 115 0 0.85 0.37 0.28 326.15 0.74 0.41
Hex B7 1B 73 0 55 25 1C 146 4A 29
Octal 267 33 163 0 125 45 34 506 112 51
Binary 10110111 11011 1110011 0 1010101 100101 11100 101000110 1001010 101001

Color Harmonies of #B71B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B73

Black with #B71B73

Text Example


Text Example

White with #B71B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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