Html Css Color HEX #B72194 Medium Red Violet

📋 copy color: '#B72194'

red 183 ◦ green 33 ◦ blue 148

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

Shades of Medium Red Violet #B72194

Tints of Medium Red Violet #B72194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.66%

R = 50.27%
G = 9.07%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B72194 (or 0xB72194) is known color: Medium Red Violet. HEX triplet: B7, 21 and 94. RGB value is (183,33,148). Sum of RGB (Red+Green+Blue) = 183+33+148=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B72194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72194 is #48DE6B. Grayscale: #5A5A5A. Windows color (decimal): -4775532 or 9707959. OLE color: 9707959.

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

Color convert

RGB 183 33 148 -
CMYK 0 0.82 0.19 0.28
HSL 314º 0.69% 0.42% -
HSV(B) 314º 0.82% 0.72% -
XYZ 25.42 13.29 29.24 -
YUV 90.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 183 33 148 0 0.82 0.19 0.28 314 0.69 0.42
Hex B7 21 94 0 52 13 1C 13A 45 2A
Octal 267 41 224 0 122 23 34 472 105 52
Binary 10110111 100001 10010100 0 1010010 10011 11100 100111010 1000101 101010

Color Harmonies of #B72194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72194

Black with #B72194

Text Example


Text Example

White with #B72194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72194; }

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

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

background-color css

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

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

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

border-color css

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

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

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