Html Css Color HEX #B81571 Medium Violet Red

📋 copy color: '#B81571'

red 184 ◦ green 21 ◦ blue 113

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

Shades of Medium Violet Red #B81571

Tints of Medium Violet Red #B81571

RGB

 RED value IS 184 (72.27% from 255) = 57.86%

 GREEN value IS 21 (8.59% from 255) = 6.6%

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

R = 57.86%
G = 6.6%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B81571 (or 0xB81571) is known color: Medium Violet Red. HEX triplet: B8, 15 and 71. RGB value is (184,21,113). Sum of RGB (Red+Green+Blue) = 184+21+113=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B81571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81571 is #47EA8E. Grayscale: #505050. Windows color (decimal): -4713103 or 7411128. OLE color: 7411128.

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

Color convert

RGB 184 21 113 -
CMYK 0 0.89 0.39 0.28
HSL 326.14º 0.8% 0.4% -
HSV(B) 326.14º 0.89% 0.72% -
XYZ 23.02 11.92 16.71 -
YUV 80.23 146.5 202.02 -
System Red Green Blue C M Y K H S L
Decimal 184 21 113 0 0.89 0.39 0.28 326.14 0.8 0.4
Hex B8 15 71 0 59 27 1C 146 50 28
Octal 270 25 161 0 131 47 34 506 120 50
Binary 10111000 10101 1110001 0 1011001 100111 11100 101000110 1010000 101000

Color Harmonies of #B81571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81571

Black with #B81571

Text Example


Text Example

White with #B81571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81571; }

 p { color: rgb(184,21,113); }

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

background-color css

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

 a { background-color: rgb(184,21,113); }

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

border-color css

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

 span { border-color: rgb(184,21,113); }

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