Html Css Color HEX #B71996 Medium Violet Red

📋 copy color: '#B71996'

red 183 ◦ green 25 ◦ blue 150

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

Shades of Medium Violet Red #B71996

Tints of Medium Violet Red #B71996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.9%

R = 51.12%
G = 6.98%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B71996 (or 0xB71996) is known color: Medium Violet Red. HEX triplet: B7, 19 and 96. RGB value is (183,25,150). Sum of RGB (Red+Green+Blue) = 183+25+150=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B71996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71996 is #48E669. Grayscale: #565656. Windows color (decimal): -4777578 or 9836983. OLE color: 9836983.

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

Color convert

RGB 183 25 150 -
CMYK 0 0.86 0.18 0.28
HSL 312.53º 0.76% 0.41% -
HSV(B) 312.53º 0.86% 0.72% -
XYZ 25.38 12.96 30.02 -
YUV 86.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 183 25 150 0 0.86 0.18 0.28 312.53 0.76 0.41
Hex B7 19 96 0 56 12 1C 139 4C 29
Octal 267 31 226 0 126 22 34 471 114 51
Binary 10110111 11001 10010110 0 1010110 10010 11100 100111001 1001100 101001

Color Harmonies of #B71996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71996

Black with #B71996

Text Example


Text Example

White with #B71996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71996; }

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

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

background-color css

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

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

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

border-color css

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

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

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