Html Css Color HEX #B72EAA Medium Red Violet

📋 copy color: '#B72EAA'

red 183 ◦ green 46 ◦ blue 170

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

Shades of Medium Red Violet #B72EAA

Tints of Medium Red Violet #B72EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.53%

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

R = 45.86%
G = 11.53%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B72EAA (or 0xB72EAA) is known color: Medium Red Violet. HEX triplet: B7, 2E and AA. RGB value is (183,46,170). Sum of RGB (Red+Green+Blue) = 183+46+170=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B72EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72EAA is #48D155. Grayscale: #646464. Windows color (decimal): -4772182 or 11153079. OLE color: 11153079.

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

Color convert

RGB 183 46 170 -
CMYK 0 0.75 0.07 0.28
HSL 305.69º 0.6% 0.45% -
HSV(B) 305.69º 0.75% 0.72% -
XYZ 27.76 14.92 39.45 -
YUV 101.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 183 46 170 0 0.75 0.07 0.28 305.69 0.6 0.45
Hex B7 2E AA 0 4B 7 1C 132 3C 2D
Octal 267 56 252 0 113 7 34 462 74 55
Binary 10110111 101110 10101010 0 1001011 111 11100 100110010 111100 101101

Color Harmonies of #B72EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72EAA

Black with #B72EAA

Text Example


Text Example

White with #B72EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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