Html Css Color HEX #B72CAA Medium Red Violet

📋 copy color: '#B72CAA'

red 183 ◦ green 44 ◦ blue 170

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

Shades of Medium Red Violet #B72CAA

Tints of Medium Red Violet #B72CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.08%

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

R = 46.1%
G = 11.08%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B72CAA (or 0xB72CAA) is known color: Medium Red Violet. HEX triplet: B7, 2C and AA. RGB value is (183,44,170). Sum of RGB (Red+Green+Blue) = 183+44+170=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B72CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72CAA is #48D355. Grayscale: #636363. Windows color (decimal): -4772694 or 11152567. OLE color: 11152567.

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

Color convert

RGB 183 44 170 -
CMYK 0 0.76 0.07 0.28
HSL 305.61º 0.61% 0.45% -
HSV(B) 305.61º 0.76% 0.72% -
XYZ 27.68 14.77 39.42 -
YUV 99.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 183 44 170 0 0.76 0.07 0.28 305.61 0.61 0.45
Hex B7 2C AA 0 4C 7 1C 132 3D 2D
Octal 267 54 252 0 114 7 34 462 75 55
Binary 10110111 101100 10101010 0 1001100 111 11100 100110010 111101 101101

Color Harmonies of #B72CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72CAA

Black with #B72CAA

Text Example


Text Example

White with #B72CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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