Html Css Color HEX #B73575 Medium Red Violet

📋 copy color: '#B73575'

red 183 ◦ green 53 ◦ blue 117

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

Shades of Medium Red Violet #B73575

Tints of Medium Red Violet #B73575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 51.84%
G = 15.01%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B73575 (or 0xB73575) is known color: Medium Red Violet. HEX triplet: B7, 35 and 75. RGB value is (183,53,117). Sum of RGB (Red+Green+Blue) = 183+53+117=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B73575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73575 is #48CA8A. Grayscale: #636363. Windows color (decimal): -4770443 or 7681463. OLE color: 7681463.

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

Color convert

RGB 183 53 117 -
CMYK 0 0.71 0.36 0.28
HSL 330.46º 0.55% 0.46% -
HSV(B) 330.46º 0.71% 0.72% -
XYZ 24.01 13.9 18.25 -
YUV 99.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 183 53 117 0 0.71 0.36 0.28 330.46 0.55 0.46
Hex B7 35 75 0 47 24 1C 14A 37 2E
Octal 267 65 165 0 107 44 34 512 67 56
Binary 10110111 110101 1110101 0 1000111 100100 11100 101001010 110111 101110

Color Harmonies of #B73575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73575

Black with #B73575

Text Example


Text Example

White with #B73575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73575; }

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

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

background-color css

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

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

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

border-color css

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

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

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