Html Css Color HEX #B71981 Medium Violet Red

📋 copy color: '#B71981'

red 183 ◦ green 25 ◦ blue 129

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

Shades of Medium Violet Red #B71981

Tints of Medium Violet Red #B71981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.42%

 BLUE value IS 129 (50.78% from 255) = 38.28%

R = 54.3%
G = 7.42%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B71981 (or 0xB71981) is known color: Medium Violet Red. HEX triplet: B7, 19 and 81. RGB value is (183,25,129). Sum of RGB (Red+Green+Blue) = 183+25+129=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B71981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71981 is #48E67E. Grayscale: #535353. Windows color (decimal): -4777599 or 8460727. OLE color: 8460727.

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

Color convert

RGB 183 25 129 -
CMYK 0 0.86 0.30 0.28
HSL 320.51º 0.76% 0.41% -
HSV(B) 320.51º 0.86% 0.72% -
XYZ 23.84 12.35 21.9 -
YUV 84.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 183 25 129 0 0.86 0.30 0.28 320.51 0.76 0.41
Hex B7 19 81 0 56 1E 1C 141 4C 29
Octal 267 31 201 0 126 36 34 501 114 51
Binary 10110111 11001 10000001 0 1010110 11110 11100 101000001 1001100 101001

Color Harmonies of #B71981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71981

Black with #B71981

Text Example


Text Example

White with #B71981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71981; }

 p { color: rgb(183,25,129); }

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

background-color css

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

 a { background-color: rgb(183,25,129); }

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

border-color css

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

 span { border-color: rgb(183,25,129); }

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