Html Css Color HEX #B72096 Medium Violet Red

📋 copy color: '#B72096'

red 183 ◦ green 32 ◦ blue 150

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

Shades of Medium Violet Red #B72096

Tints of Medium Violet Red #B72096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 50.14%
G = 8.77%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B72096 (or 0xB72096) is known color: Medium Violet Red. HEX triplet: B7, 20 and 96. RGB value is (183,32,150). Sum of RGB (Red+Green+Blue) = 183+32+150=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B72096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72096 is #48DF69. Grayscale: #5A5A5A. Windows color (decimal): -4775786 or 9838775. OLE color: 9838775.

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

Color convert

RGB 183 32 150 -
CMYK 0 0.83 0.18 0.28
HSL 313.11º 0.7% 0.42% -
HSV(B) 313.11º 0.83% 0.72% -
XYZ 25.55 13.3 30.08 -
YUV 90.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 183 32 150 0 0.83 0.18 0.28 313.11 0.7 0.42
Hex B7 20 96 0 53 12 1C 139 46 2A
Octal 267 40 226 0 123 22 34 471 106 52
Binary 10110111 100000 10010110 0 1010011 10010 11100 100111001 1000110 101010

Color Harmonies of #B72096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72096

Black with #B72096

Text Example


Text Example

White with #B72096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72096; }

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

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

background-color css

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

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

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

border-color css

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

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

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