Html Css Color HEX #B72396 Medium Red Violet

📋 copy color: '#B72396'

red 183 ◦ green 35 ◦ blue 150

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

Shades of Medium Red Violet #B72396

Tints of Medium Red Violet #B72396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.51%

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

R = 49.73%
G = 9.51%
B = 40.76%

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

#B72396 (or 0xB72396) is known color: Medium Red Violet. HEX triplet: B7, 23 and 96. RGB value is (183,35,150). Sum of RGB (Red+Green+Blue) = 183+35+150=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B72396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72396 is #48DC69. Grayscale: #5C5C5C. Windows color (decimal): -4775018 or 9839543. OLE color: 9839543.

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

Color convert

RGB 183 35 150 -
CMYK 0 0.81 0.18 0.28
HSL 313.38º 0.68% 0.43% -
HSV(B) 313.38º 0.81% 0.72% -
XYZ 25.63 13.47 30.1 -
YUV 92.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 183 35 150 0 0.81 0.18 0.28 313.38 0.68 0.43
Hex B7 23 96 0 51 12 1C 139 44 2B
Octal 267 43 226 0 121 22 34 471 104 53
Binary 10110111 100011 10010110 0 1010001 10010 11100 100111001 1000100 101011

Color Harmonies of #B72396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72396

Black with #B72396

Text Example


Text Example

White with #B72396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72396; }

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

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

background-color css

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

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

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

border-color css

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

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

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