Html Css Color HEX #B72FA0 Medium Red Violet

📋 copy color: '#B72FA0'

red 183 ◦ green 47 ◦ blue 160

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

Shades of Medium Red Violet #B72FA0

Tints of Medium Red Violet #B72FA0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.05%

 BLUE value IS 160 (62.89% from 255) = 41.03%

R = 46.92%
G = 12.05%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B72FA0 (or 0xB72FA0) is known color: Medium Red Violet. HEX triplet: B7, 2F and A0. RGB value is (183,47,160). Sum of RGB (Red+Green+Blue) = 183+47+160=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B72FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72FA0 is #48D05F. Grayscale: #646464. Windows color (decimal): -4771936 or 10497975. OLE color: 10497975.

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

Color convert

RGB 183 47 160 -
CMYK 0 0.74 0.13 0.28
HSL 310.15º 0.59% 0.45% -
HSV(B) 310.15º 0.74% 0.72% -
XYZ 26.89 14.64 34.67 -
YUV 100.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 183 47 160 0 0.74 0.13 0.28 310.15 0.59 0.45
Hex B7 2F A0 0 4A D 1C 136 3B 2D
Octal 267 57 240 0 112 15 34 466 73 55
Binary 10110111 101111 10100000 0 1001010 1101 11100 100110110 111011 101101

Color Harmonies of #B72FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72FA0

Black with #B72FA0

Text Example


Text Example

White with #B72FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72FA0; }

 p { color: rgb(183,47,160); }

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

background-color css

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

 a { background-color: rgb(183,47,160); }

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

border-color css

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

 span { border-color: rgb(183,47,160); }

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