Html Css Color HEX #B72392 Medium Red Violet

📋 copy color: '#B72392'

red 183 ◦ green 35 ◦ blue 146

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

Shades of Medium Red Violet #B72392

Tints of Medium Red Violet #B72392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.11%

R = 50.27%
G = 9.62%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B72392 (or 0xB72392) is known color: Medium Red Violet. HEX triplet: B7, 23 and 92. RGB value is (183,35,146). Sum of RGB (Red+Green+Blue) = 183+35+146=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B72392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72392 is #48DC6D. Grayscale: #5B5B5B. Windows color (decimal): -4775022 or 9577399. OLE color: 9577399.

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

Color convert

RGB 183 35 146 -
CMYK 0 0.81 0.20 0.28
HSL 315º 0.68% 0.43% -
HSV(B) 315º 0.81% 0.72% -
XYZ 25.32 13.34 28.44 -
YUV 91.91 158.53 192.97 -
System Red Green Blue C M Y K H S L
Decimal 183 35 146 0 0.81 0.20 0.28 315 0.68 0.43
Hex B7 23 92 0 51 14 1C 13B 44 2B
Octal 267 43 222 0 121 24 34 473 104 53
Binary 10110111 100011 10010010 0 1010001 10100 11100 100111011 1000100 101011

Color Harmonies of #B72392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72392

Black with #B72392

Text Example


Text Example

White with #B72392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72392; }

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

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

background-color css

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

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

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

border-color css

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

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

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