Html Css Color HEX #B72595 Medium Red Violet

📋 copy color: '#B72595'

red 183 ◦ green 37 ◦ blue 149

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

Shades of Medium Red Violet #B72595

Tints of Medium Red Violet #B72595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.03%

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

R = 49.59%
G = 10.03%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B72595 (or 0xB72595) is known color: Medium Red Violet. HEX triplet: B7, 25 and 95. RGB value is (183,37,149). Sum of RGB (Red+Green+Blue) = 183+37+149=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B72595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72595 is #48DA6A. Grayscale: #5D5D5D. Windows color (decimal): -4774507 or 9774519. OLE color: 9774519.

HSL color Cylindrical-coordinate representation of color #B72595: hue angle of 313.97º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72595 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 37 149 -
CMYK 0 0.80 0.19 0.28
HSL 313.97º 0.66% 0.43% -
HSV(B) 313.97º 0.8% 0.72% -
XYZ 25.61 13.56 29.7 -
YUV 93.42 159.37 191.89 -
System Red Green Blue C M Y K H S L
Decimal 183 37 149 0 0.80 0.19 0.28 313.97 0.66 0.43
Hex B7 25 95 0 50 13 1C 13A 42 2B
Octal 267 45 225 0 120 23 34 472 102 53
Binary 10110111 100101 10010101 0 1010000 10011 11100 100111010 1000010 101011

Color Harmonies of #B72595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72595

Black with #B72595

Text Example


Text Example

White with #B72595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72595; }

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

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

background-color css

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

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

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

border-color css

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

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

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