Html Css Color HEX #B71C95 Medium Violet Red

📋 copy color: '#B71C95'

red 183 ◦ green 28 ◦ blue 149

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

Shades of Medium Violet Red #B71C95

Tints of Medium Violet Red #B71C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.78%

 BLUE value IS 149 (58.59% from 255) = 41.39%

R = 50.83%
G = 7.78%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B71C95 (or 0xB71C95) is known color: Medium Violet Red. HEX triplet: B7, 1C and 95. RGB value is (183,28,149). Sum of RGB (Red+Green+Blue) = 183+28+149=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71C95 is #48E36A. Grayscale: #575757. Windows color (decimal): -4776811 or 9772215. OLE color: 9772215.

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

Color convert

RGB 183 28 149 -
CMYK 0 0.85 0.19 0.28
HSL 313.16º 0.73% 0.41% -
HSV(B) 313.16º 0.85% 0.72% -
XYZ 25.37 13.07 29.62 -
YUV 88.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 183 28 149 0 0.85 0.19 0.28 313.16 0.73 0.41
Hex B7 1C 95 0 55 13 1C 139 49 29
Octal 267 34 225 0 125 23 34 471 111 51
Binary 10110111 11100 10010101 0 1010101 10011 11100 100111001 1001001 101001

Color Harmonies of #B71C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C95

Black with #B71C95

Text Example


Text Example

White with #B71C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C95; }

 p { color: rgb(183,28,149); }

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

background-color css

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

 a { background-color: rgb(183,28,149); }

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

border-color css

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

 span { border-color: rgb(183,28,149); }

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