Html Css Color HEX #B73580 Medium Red Violet

📋 copy color: '#B73580'

red 183 ◦ green 53 ◦ blue 128

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

Shades of Medium Red Violet #B73580

Tints of Medium Red Violet #B73580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 50.27%
G = 14.56%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B73580 (or 0xB73580) is known color: Medium Red Violet. HEX triplet: B7, 35 and 80. RGB value is (183,53,128). Sum of RGB (Red+Green+Blue) = 183+53+128=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B73580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73580 is #48CA7F. Grayscale: #646464. Windows color (decimal): -4770432 or 8402359. OLE color: 8402359.

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

Color convert

RGB 183 53 128 -
CMYK 0 0.71 0.30 0.28
HSL 325.38º 0.55% 0.46% -
HSV(B) 325.38º 0.71% 0.72% -
XYZ 24.7 14.17 21.86 -
YUV 100.42 143.57 186.9 -
System Red Green Blue C M Y K H S L
Decimal 183 53 128 0 0.71 0.30 0.28 325.38 0.55 0.46
Hex B7 35 80 0 47 1E 1C 145 37 2E
Octal 267 65 200 0 107 36 34 505 67 56
Binary 10110111 110101 10000000 0 1000111 11110 11100 101000101 110111 101110

Color Harmonies of #B73580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73580

Black with #B73580

Text Example


Text Example

White with #B73580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73580; }

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

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

background-color css

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

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

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

border-color css

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

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

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