Html Css Color HEX #B71291 Medium Violet Red

📋 copy color: '#B71291'

red 183 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #B71291

Tints of Medium Violet Red #B71291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.2%

 BLUE value IS 145 (57.03% from 255) = 41.91%

R = 52.89%
G = 5.2%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B71291 (or 0xB71291) is known color: Medium Violet Red. HEX triplet: B7, 12 and 91. RGB value is (183,18,145). Sum of RGB (Red+Green+Blue) = 183+18+145=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B71291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71291 is #48ED6E. Grayscale: #515151. Windows color (decimal): -4779375 or 9507511. OLE color: 9507511.

HSL color Cylindrical-coordinate representation of color #B71291: hue angle of 313.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71291 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 145 -
CMYK 0 0.90 0.21 0.28
HSL 313.82º 0.82% 0.39% -
HSV(B) 313.82º 0.9% 0.72% -
XYZ 24.86 12.54 27.9 -
YUV 81.81 163.66 200.17 -
System Red Green Blue C M Y K H S L
Decimal 183 18 145 0 0.90 0.21 0.28 313.82 0.82 0.39
Hex B7 12 91 0 5A 15 1C 13A 52 27
Octal 267 22 221 0 132 25 34 472 122 47
Binary 10110111 10010 10010001 0 1011010 10101 11100 100111010 1010010 100111

Color Harmonies of #B71291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71291

Black with #B71291

Text Example


Text Example

White with #B71291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71291; }

 p { color: rgb(183,18,145); }

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

background-color css

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

 a { background-color: rgb(183,18,145); }

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

border-color css

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

 span { border-color: rgb(183,18,145); }

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