Html Css Color HEX #B71476 Medium Violet Red

📋 copy color: '#B71476'

red 183 ◦ green 20 ◦ blue 118

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

Shades of Medium Violet Red #B71476

Tints of Medium Violet Red #B71476

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.23%

 BLUE value IS 118 (46.48% from 255) = 36.76%

R = 57.01%
G = 6.23%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B71476 (or 0xB71476) is known color: Medium Violet Red. HEX triplet: B7, 14 and 76. RGB value is (183,20,118). Sum of RGB (Red+Green+Blue) = 183+20+118=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B71476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71476 is #48EB89. Grayscale: #4F4F4F. Windows color (decimal): -4778890 or 7738551. OLE color: 7738551.

HSL color Cylindrical-coordinate representation of color #B71476: hue angle of 323.93º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71476 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 118 -
CMYK 0 0.89 0.36 0.28
HSL 323.93º 0.8% 0.4% -
HSV(B) 323.93º 0.89% 0.72% -
XYZ 23.05 11.88 18.22 -
YUV 79.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 183 20 118 0 0.89 0.36 0.28 323.93 0.8 0.4
Hex B7 14 76 0 59 24 1C 144 50 28
Octal 267 24 166 0 131 44 34 504 120 50
Binary 10110111 10100 1110110 0 1011001 100100 11100 101000100 1010000 101000

Color Harmonies of #B71476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71476

Black with #B71476

Text Example


Text Example

White with #B71476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71476; }

 p { color: rgb(183,20,118); }

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

background-color css

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

 a { background-color: rgb(183,20,118); }

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

border-color css

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

 span { border-color: rgb(183,20,118); }

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