Html Css Color HEX #B72195 Medium Red Violet

📋 copy color: '#B72195'

red 183 ◦ green 33 ◦ blue 149

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

Shades of Medium Red Violet #B72195

Tints of Medium Red Violet #B72195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 50.14%
G = 9.04%
B = 40.82%

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

#B72195 (or 0xB72195) is known color: Medium Red Violet. HEX triplet: B7, 21 and 95. RGB value is (183,33,149). Sum of RGB (Red+Green+Blue) = 183+33+149=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B72195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72195 is #48DE6A. Grayscale: #5A5A5A. Windows color (decimal): -4775531 or 9773495. OLE color: 9773495.

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

Color convert

RGB 183 33 149 -
CMYK 0 0.82 0.19 0.28
HSL 313.6º 0.69% 0.42% -
HSV(B) 313.6º 0.82% 0.72% -
XYZ 25.5 13.32 29.66 -
YUV 91.07 160.7 193.57 -
System Red Green Blue C M Y K H S L
Decimal 183 33 149 0 0.82 0.19 0.28 313.6 0.69 0.42
Hex B7 21 95 0 52 13 1C 13A 45 2A
Octal 267 41 225 0 122 23 34 472 105 52
Binary 10110111 100001 10010101 0 1010010 10011 11100 100111010 1000101 101010

Color Harmonies of #B72195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72195

Black with #B72195

Text Example


Text Example

White with #B72195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72195; }

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

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

background-color css

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

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

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

border-color css

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

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

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