Html Css Color HEX #B720AA Medium Violet Red

📋 copy color: '#B720AA'

red 183 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #B720AA

Tints of Medium Violet Red #B720AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.31%

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

R = 47.53%
G = 8.31%
B = 44.16%

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

#B720AA (or 0xB720AA) is known color: Medium Violet Red. HEX triplet: B7, 20 and AA. RGB value is (183,32,170). Sum of RGB (Red+Green+Blue) = 183+32+170=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B720AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B720AA is #48DF55. Grayscale: #5C5C5C. Windows color (decimal): -4775766 or 11149495. OLE color: 11149495.

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

Color convert

RGB 183 32 170 -
CMYK 0 0.83 0.07 0.28
HSL 305.17º 0.7% 0.42% -
HSV(B) 305.17º 0.83% 0.72% -
XYZ 27.3 14 39.29 -
YUV 92.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 183 32 170 0 0.83 0.07 0.28 305.17 0.7 0.42
Hex B7 20 AA 0 53 7 1C 131 46 2A
Octal 267 40 252 0 123 7 34 461 106 52
Binary 10110111 100000 10101010 0 1010011 111 11100 100110001 1000110 101010

Color Harmonies of #B720AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720AA

Black with #B720AA

Text Example


Text Example

White with #B720AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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