Html Css Color HEX #B71992 Medium Violet Red

📋 copy color: '#B71992'

red 183 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #B71992

Tints of Medium Violet Red #B71992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.24%

R = 51.69%
G = 7.06%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B71992 (or 0xB71992) is known color: Medium Violet Red. HEX triplet: B7, 19 and 92. RGB value is (183,25,146). Sum of RGB (Red+Green+Blue) = 183+25+146=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B71992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71992 is #48E66D. Grayscale: #555555. Windows color (decimal): -4777582 or 9574839. OLE color: 9574839.

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

Color convert

RGB 183 25 146 -
CMYK 0 0.86 0.20 0.28
HSL 314.05º 0.76% 0.41% -
HSV(B) 314.05º 0.86% 0.72% -
XYZ 25.06 12.84 28.35 -
YUV 86.04 161.85 197.16 -
System Red Green Blue C M Y K H S L
Decimal 183 25 146 0 0.86 0.20 0.28 314.05 0.76 0.41
Hex B7 19 92 0 56 14 1C 13A 4C 29
Octal 267 31 222 0 126 24 34 472 114 51
Binary 10110111 11001 10010010 0 1010110 10100 11100 100111010 1001100 101001

Color Harmonies of #B71992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71992

Black with #B71992

Text Example


Text Example

White with #B71992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71992; }

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

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

background-color css

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

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

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

border-color css

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

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

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