Html Css Color HEX #B71CAA Medium Violet Red

📋 copy color: '#B71CAA'

red 183 ◦ green 28 ◦ blue 170

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

Shades of Medium Violet Red #B71CAA

Tints of Medium Violet Red #B71CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.35%

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

R = 48.03%
G = 7.35%
B = 44.62%

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

#B71CAA (or 0xB71CAA) is known color: Medium Violet Red. HEX triplet: B7, 1C and AA. RGB value is (183,28,170). Sum of RGB (Red+Green+Blue) = 183+28+170=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B71CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71CAA is #48E355. Grayscale: #5A5A5A. Windows color (decimal): -4776790 or 11148471. OLE color: 11148471.

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

Color convert

RGB 183 28 170 -
CMYK 0 0.85 0.07 0.28
HSL 305.03º 0.73% 0.41% -
HSV(B) 305.03º 0.85% 0.72% -
XYZ 27.2 13.8 39.26 -
YUV 90.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 183 28 170 0 0.85 0.07 0.28 305.03 0.73 0.41
Hex B7 1C AA 0 55 7 1C 131 49 29
Octal 267 34 252 0 125 7 34 461 111 51
Binary 10110111 11100 10101010 0 1010101 111 11100 100110001 1001001 101001

Color Harmonies of #B71CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71CAA

Black with #B71CAA

Text Example


Text Example

White with #B71CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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