Html Css Color HEX #B71BAA Medium Violet Red

📋 copy color: '#B71BAA'

red 183 ◦ green 27 ◦ blue 170

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

Shades of Medium Violet Red #B71BAA

Tints of Medium Violet Red #B71BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.11%

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

R = 48.16%
G = 7.11%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B71BAA (or 0xB71BAA) is known color: Medium Violet Red. HEX triplet: B7, 1B and AA. RGB value is (183,27,170). Sum of RGB (Red+Green+Blue) = 183+27+170=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B71BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71BAA is #48E455. Grayscale: #595959. Windows color (decimal): -4777046 or 11148215. OLE color: 11148215.

HSL color Cylindrical-coordinate representation of color #B71BAA: hue angle of 305º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71BAA is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 27 170 -
CMYK 0 0.85 0.07 0.28
HSL 305º 0.74% 0.41% -
HSV(B) 305º 0.85% 0.72% -
XYZ 27.18 13.75 39.25 -
YUV 89.95 173.18 194.37 -
System Red Green Blue C M Y K H S L
Decimal 183 27 170 0 0.85 0.07 0.28 305 0.74 0.41
Hex B7 1B AA 0 55 7 1C 131 4A 29
Octal 267 33 252 0 125 7 34 461 112 51
Binary 10110111 11011 10101010 0 1010101 111 11100 100110001 1001010 101001

Color Harmonies of #B71BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BAA

Black with #B71BAA

Text Example


Text Example

White with #B71BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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