Html Css Color HEX #B71F8C Medium Violet Red

📋 copy color: '#B71F8C'

red 183 ◦ green 31 ◦ blue 140

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

Shades of Medium Violet Red #B71F8C

Tints of Medium Violet Red #B71F8C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.76%

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 51.69%
G = 8.76%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B71F8C (or 0xB71F8C) is known color: Medium Violet Red. HEX triplet: B7, 1F and 8C. RGB value is (183,31,140). Sum of RGB (Red+Green+Blue) = 183+31+140=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71F8C is #48E073. Grayscale: #585858. Windows color (decimal): -4776052 or 9183159. OLE color: 9183159.

HSL color Cylindrical-coordinate representation of color #B71F8C: hue angle of 316.97º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B71F8C is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 31 140 -
CMYK 0 0.83 0.23 0.28
HSL 316.97º 0.71% 0.42% -
HSV(B) 316.97º 0.83% 0.72% -
XYZ 24.75 12.94 26 -
YUV 88.87 156.86 195.14 -
System Red Green Blue C M Y K H S L
Decimal 183 31 140 0 0.83 0.23 0.28 316.97 0.71 0.42
Hex B7 1F 8C 0 53 17 1C 13D 47 2A
Octal 267 37 214 0 123 27 34 475 107 52
Binary 10110111 11111 10001100 0 1010011 10111 11100 100111101 1000111 101010

Color Harmonies of #B71F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F8C

Black with #B71F8C

Text Example


Text Example

White with #B71F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F8C; }

 p { color: rgb(183,31,140); }

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

background-color css

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

 a { background-color: rgb(183,31,140); }

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

border-color css

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

 span { border-color: rgb(183,31,140); }

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