Html Css Color HEX #B71FA0 Medium Violet Red

📋 copy color: '#B71FA0'

red 183 ◦ green 31 ◦ blue 160

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

Shades of Medium Violet Red #B71FA0

Tints of Medium Violet Red #B71FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.78%

R = 48.93%
G = 8.29%
B = 42.78%

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

#B71FA0 (or 0xB71FA0) is known color: Medium Violet Red. HEX triplet: B7, 1F and A0. RGB value is (183,31,160). Sum of RGB (Red+Green+Blue) = 183+31+160=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B71FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71FA0 is #48E05F. Grayscale: #5A5A5A. Windows color (decimal): -4776032 or 10493879. OLE color: 10493879.

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

Color convert

RGB 183 31 160 -
CMYK 0 0.83 0.13 0.28
HSL 309.08º 0.71% 0.42% -
HSV(B) 309.08º 0.83% 0.72% -
XYZ 26.36 13.59 34.49 -
YUV 91.15 166.86 193.51 -
System Red Green Blue C M Y K H S L
Decimal 183 31 160 0 0.83 0.13 0.28 309.08 0.71 0.42
Hex B7 1F A0 0 53 D 1C 135 47 2A
Octal 267 37 240 0 123 15 34 465 107 52
Binary 10110111 11111 10100000 0 1010011 1101 11100 100110101 1000111 101010

Color Harmonies of #B71FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71FA0

Black with #B71FA0

Text Example


Text Example

White with #B71FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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