Html Css Color HEX #B73595 Medium Red Violet

📋 copy color: '#B73595'

red 183 ◦ green 53 ◦ blue 149

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

Shades of Medium Red Violet #B73595

Tints of Medium Red Violet #B73595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.77%

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

R = 47.53%
G = 13.77%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B73595 (or 0xB73595) is known color: Medium Red Violet. HEX triplet: B7, 35 and 95. RGB value is (183,53,149). Sum of RGB (Red+Green+Blue) = 183+53+149=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B73595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73595 is #48CA6A. Grayscale: #666666. Windows color (decimal): -4770411 or 9778615. OLE color: 9778615.

HSL color Cylindrical-coordinate representation of color #B73595: hue angle of 315.69º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73595 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 53 149 -
CMYK 0 0.71 0.19 0.28
HSL 315.69º 0.55% 0.46% -
HSV(B) 315.69º 0.71% 0.72% -
XYZ 26.23 14.78 29.9 -
YUV 102.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 183 53 149 0 0.71 0.19 0.28 315.69 0.55 0.46
Hex B7 35 95 0 47 13 1C 13C 37 2E
Octal 267 65 225 0 107 23 34 474 67 56
Binary 10110111 110101 10010101 0 1000111 10011 11100 100111100 110111 101110

Color Harmonies of #B73595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73595

Black with #B73595

Text Example


Text Example

White with #B73595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73595; }

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

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

background-color css

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

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

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

border-color css

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

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

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