Html Css Color HEX #B72296 Medium Red Violet

📋 copy color: '#B72296'

red 183 ◦ green 34 ◦ blue 150

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

Shades of Medium Red Violet #B72296

Tints of Medium Red Violet #B72296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.26%

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

R = 49.86%
G = 9.26%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B72296 (or 0xB72296) is known color: Medium Red Violet. HEX triplet: B7, 22 and 96. RGB value is (183,34,150). Sum of RGB (Red+Green+Blue) = 183+34+150=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B72296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72296 is #48DD69. Grayscale: #5B5B5B. Windows color (decimal): -4775274 or 9839287. OLE color: 9839287.

HSL color Cylindrical-coordinate representation of color #B72296: hue angle of 313.29º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72296 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 34 150 -
CMYK 0 0.81 0.18 0.28
HSL 313.29º 0.69% 0.43% -
HSV(B) 313.29º 0.81% 0.72% -
XYZ 25.61 13.41 30.09 -
YUV 91.78 160.86 193.07 -
System Red Green Blue C M Y K H S L
Decimal 183 34 150 0 0.81 0.18 0.28 313.29 0.69 0.43
Hex B7 22 96 0 51 12 1C 139 45 2B
Octal 267 42 226 0 121 22 34 471 105 53
Binary 10110111 100010 10010110 0 1010001 10010 11100 100111001 1000101 101011

Color Harmonies of #B72296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72296

Black with #B72296

Text Example


Text Example

White with #B72296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72296; }

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

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

background-color css

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

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

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

border-color css

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

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

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