Html Css Color HEX #B71F9F Medium Violet Red

📋 copy color: '#B71F9F'

red 183 ◦ green 31 ◦ blue 159

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

Shades of Medium Violet Red #B71F9F

Tints of Medium Violet Red #B71F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.63%

R = 49.06%
G = 8.31%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B71F9F (or 0xB71F9F) is known color: Medium Violet Red. HEX triplet: B7, 1F and 9F. RGB value is (183,31,159). Sum of RGB (Red+Green+Blue) = 183+31+159=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71F9F is #48E060. Grayscale: #5A5A5A. Windows color (decimal): -4776033 or 10428343. OLE color: 10428343.

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

Color convert

RGB 183 31 159 -
CMYK 0 0.83 0.13 0.28
HSL 309.47º 0.71% 0.42% -
HSV(B) 309.47º 0.83% 0.72% -
XYZ 26.28 13.55 34.03 -
YUV 91.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 183 31 159 0 0.83 0.13 0.28 309.47 0.71 0.42
Hex B7 1F 9F 0 53 D 1C 135 47 2A
Octal 267 37 237 0 123 15 34 465 107 52
Binary 10110111 11111 10011111 0 1010011 1101 11100 100110101 1000111 101010

Color Harmonies of #B71F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F9F

Black with #B71F9F

Text Example


Text Example

White with #B71F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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