Html Css Color HEX #B72084 Medium Violet Red

📋 copy color: '#B72084'

red 183 ◦ green 32 ◦ blue 132

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

Shades of Medium Violet Red #B72084

Tints of Medium Violet Red #B72084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 52.74%
G = 9.22%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B72084 (or 0xB72084) is known color: Medium Violet Red. HEX triplet: B7, 20 and 84. RGB value is (183,32,132). Sum of RGB (Red+Green+Blue) = 183+32+132=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B72084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72084 is #48DF7B. Grayscale: #585858. Windows color (decimal): -4775804 or 8659127. OLE color: 8659127.

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

Color convert

RGB 183 32 132 -
CMYK 0 0.83 0.28 0.28
HSL 320.26º 0.7% 0.42% -
HSV(B) 320.26º 0.83% 0.72% -
XYZ 24.21 12.77 23.02 -
YUV 88.55 152.53 195.37 -
System Red Green Blue C M Y K H S L
Decimal 183 32 132 0 0.83 0.28 0.28 320.26 0.7 0.42
Hex B7 20 84 0 53 1C 1C 140 46 2A
Octal 267 40 204 0 123 34 34 500 106 52
Binary 10110111 100000 10000100 0 1010011 11100 11100 101000000 1000110 101010

Color Harmonies of #B72084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72084

Black with #B72084

Text Example


Text Example

White with #B72084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72084; }

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

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

background-color css

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

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

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

border-color css

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

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

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