Html Css Color HEX #B71FAA Medium Violet Red

📋 copy color: '#B71FAA'

red 183 ◦ green 31 ◦ blue 170

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

Shades of Medium Violet Red #B71FAA

Tints of Medium Violet Red #B71FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 47.66%
G = 8.07%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B71FAA (or 0xB71FAA) is known color: Medium Violet Red. HEX triplet: B7, 1F and AA. RGB value is (183,31,170). Sum of RGB (Red+Green+Blue) = 183+31+170=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B71FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71FAA is #48E055. Grayscale: #5B5B5B. Windows color (decimal): -4776022 or 11149239. OLE color: 11149239.

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

Color convert

RGB 183 31 170 -
CMYK 0 0.83 0.07 0.28
HSL 305.13º 0.71% 0.42% -
HSV(B) 305.13º 0.83% 0.72% -
XYZ 27.27 13.95 39.29 -
YUV 92.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 183 31 170 0 0.83 0.07 0.28 305.13 0.71 0.42
Hex B7 1F AA 0 53 7 1C 131 47 2A
Octal 267 37 252 0 123 7 34 461 107 52
Binary 10110111 11111 10101010 0 1010011 111 11100 100110001 1000111 101010

Color Harmonies of #B71FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71FAA

Black with #B71FAA

Text Example


Text Example

White with #B71FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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