Html Css Color HEX #B71F9B Medium Violet Red

📋 copy color: '#B71F9B'

red 183 ◦ green 31 ◦ blue 155

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

Shades of Medium Violet Red #B71F9B

Tints of Medium Violet Red #B71F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 49.59%
G = 8.4%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B71F9B (or 0xB71F9B) is known color: Medium Violet Red. HEX triplet: B7, 1F and 9B. RGB value is (183,31,155). Sum of RGB (Red+Green+Blue) = 183+31+155=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71F9B is #48E064. Grayscale: #5A5A5A. Windows color (decimal): -4776037 or 10166199. OLE color: 10166199.

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

Color convert

RGB 183 31 155 -
CMYK 0 0.83 0.15 0.28
HSL 311.05º 0.71% 0.42% -
HSV(B) 311.05º 0.83% 0.72% -
XYZ 25.93 13.41 32.23 -
YUV 90.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 183 31 155 0 0.83 0.15 0.28 311.05 0.71 0.42
Hex B7 1F 9B 0 53 F 1C 137 47 2A
Octal 267 37 233 0 123 17 34 467 107 52
Binary 10110111 11111 10011011 0 1010011 1111 11100 100110111 1000111 101010

Color Harmonies of #B71F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F9B

Black with #B71F9B

Text Example


Text Example

White with #B71F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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