Html Css Color HEX #B72395 Medium Red Violet

📋 copy color: '#B72395'

red 183 ◦ green 35 ◦ blue 149

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

Shades of Medium Red Violet #B72395

Tints of Medium Red Violet #B72395

RGB

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

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

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

R = 49.86%
G = 9.54%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B72395 (or 0xB72395) is known color: Medium Red Violet. HEX triplet: B7, 23 and 95. RGB value is (183,35,149). Sum of RGB (Red+Green+Blue) = 183+35+149=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B72395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72395 is #48DC6A. Grayscale: #5B5B5B. Windows color (decimal): -4775019 or 9774007. OLE color: 9774007.

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

Color convert

RGB 183 35 149 -
CMYK 0 0.81 0.19 0.28
HSL 313.78º 0.68% 0.43% -
HSV(B) 313.78º 0.81% 0.72% -
XYZ 25.55 13.44 29.68 -
YUV 92.25 160.03 192.73 -
System Red Green Blue C M Y K H S L
Decimal 183 35 149 0 0.81 0.19 0.28 313.78 0.68 0.43
Hex B7 23 95 0 51 13 1C 13A 44 2B
Octal 267 43 225 0 121 23 34 472 104 53
Binary 10110111 100011 10010101 0 1010001 10011 11100 100111010 1000100 101011

Color Harmonies of #B72395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72395

Black with #B72395

Text Example


Text Example

White with #B72395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72395; }

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

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

background-color css

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

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

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

border-color css

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

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

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