Html Css Color HEX #B71071 Medium Violet Red

📋 copy color: '#B71071'

red 183 ◦ green 16 ◦ blue 113

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

Shades of Medium Violet Red #B71071

Tints of Medium Violet Red #B71071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 113 (44.53% from 255) = 36.22%

R = 58.65%
G = 5.13%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B71071 (or 0xB71071) is known color: Medium Violet Red. HEX triplet: B7, 10 and 71. RGB value is (183,16,113). Sum of RGB (Red+Green+Blue) = 183+16+113=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B71071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71071 is #48EF8E. Grayscale: #4C4C4C. Windows color (decimal): -4779919 or 7409847. OLE color: 7409847.

HSL color Cylindrical-coordinate representation of color #B71071: hue angle of 325.15º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71071 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 16 113 -
CMYK 0 0.91 0.38 0.28
HSL 325.15º 0.84% 0.39% -
HSV(B) 325.15º 0.91% 0.72% -
XYZ 22.69 11.63 16.67 -
YUV 76.99 148.33 203.61 -
System Red Green Blue C M Y K H S L
Decimal 183 16 113 0 0.91 0.38 0.28 325.15 0.84 0.39
Hex B7 10 71 0 5B 26 1C 145 54 27
Octal 267 20 161 0 133 46 34 505 124 47
Binary 10110111 10000 1110001 0 1011011 100110 11100 101000101 1010100 100111

Color Harmonies of #B71071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71071

Black with #B71071

Text Example


Text Example

White with #B71071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71071; }

 p { color: rgb(183,16,113); }

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

background-color css

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

 a { background-color: rgb(183,16,113); }

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

border-color css

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

 span { border-color: rgb(183,16,113); }

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