Html Css Color HEX #B72AAA Medium Red Violet

📋 copy color: '#B72AAA'

red 183 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #B72AAA

Tints of Medium Red Violet #B72AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.63%

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

R = 46.33%
G = 10.63%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B72AAA (or 0xB72AAA) is known color: Medium Red Violet. HEX triplet: B7, 2A and AA. RGB value is (183,42,170). Sum of RGB (Red+Green+Blue) = 183+42+170=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B72AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72AAA is #48D555. Grayscale: #626262. Windows color (decimal): -4773206 or 11152055. OLE color: 11152055.

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

Color convert

RGB 183 42 170 -
CMYK 0 0.77 0.07 0.28
HSL 305.53º 0.63% 0.44% -
HSV(B) 305.53º 0.77% 0.72% -
XYZ 27.61 14.63 39.4 -
YUV 98.75 168.21 188.09 -
System Red Green Blue C M Y K H S L
Decimal 183 42 170 0 0.77 0.07 0.28 305.53 0.63 0.44
Hex B7 2A AA 0 4D 7 1C 132 3F 2C
Octal 267 52 252 0 115 7 34 462 77 54
Binary 10110111 101010 10101010 0 1001101 111 11100 100110010 111111 101100

Color Harmonies of #B72AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72AAA

Black with #B72AAA

Text Example


Text Example

White with #B72AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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