Html Css Color HEX #B72190 Medium Red Violet

📋 copy color: '#B72190'

red 183 ◦ green 33 ◦ blue 144

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

Shades of Medium Red Violet #B72190

Tints of Medium Red Violet #B72190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.17%

 BLUE value IS 144 (56.64% from 255) = 40%

R = 50.83%
G = 9.17%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B72190 (or 0xB72190) is known color: Medium Red Violet. HEX triplet: B7, 21 and 90. RGB value is (183,33,144). Sum of RGB (Red+Green+Blue) = 183+33+144=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B72190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72190 is #48DE6F. Grayscale: #5A5A5A. Windows color (decimal): -4775536 or 9445815. OLE color: 9445815.

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

Color convert

RGB 183 33 144 -
CMYK 0 0.82 0.21 0.28
HSL 315.6º 0.69% 0.42% -
HSV(B) 315.6º 0.82% 0.72% -
XYZ 25.11 13.17 27.6 -
YUV 90.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 183 33 144 0 0.82 0.21 0.28 315.6 0.69 0.42
Hex B7 21 90 0 52 15 1C 13C 45 2A
Octal 267 41 220 0 122 25 34 474 105 52
Binary 10110111 100001 10010000 0 1010010 10101 11100 100111100 1000101 101010

Color Harmonies of #B72190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72190

Black with #B72190

Text Example


Text Example

White with #B72190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72190; }

 p { color: rgb(183,33,144); }

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

background-color css

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

 a { background-color: rgb(183,33,144); }

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

border-color css

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

 span { border-color: rgb(183,33,144); }

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