Html Css Color HEX #B73491 Medium Red Violet

📋 copy color: '#B73491'

red 183 ◦ green 52 ◦ blue 145

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

Shades of Medium Red Violet #B73491

Tints of Medium Red Violet #B73491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.68%

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 48.16%
G = 13.68%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B73491 (or 0xB73491) is known color: Medium Red Violet. HEX triplet: B7, 34 and 91. RGB value is (183,52,145). Sum of RGB (Red+Green+Blue) = 183+52+145=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B73491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73491 is #48CB6E. Grayscale: #656565. Windows color (decimal): -4770671 or 9516215. OLE color: 9516215.

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

Color convert

RGB 183 52 145 -
CMYK 0 0.72 0.21 0.28
HSL 317.4º 0.56% 0.46% -
HSV(B) 317.4º 0.72% 0.72% -
XYZ 25.87 14.57 28.24 -
YUV 101.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 183 52 145 0 0.72 0.21 0.28 317.4 0.56 0.46
Hex B7 34 91 0 48 15 1C 13D 38 2E
Octal 267 64 221 0 110 25 34 475 70 56
Binary 10110111 110100 10010001 0 1001000 10101 11100 100111101 111000 101110

Color Harmonies of #B73491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73491

Black with #B73491

Text Example


Text Example

White with #B73491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73491; }

 p { color: rgb(183,52,145); }

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

background-color css

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

 a { background-color: rgb(183,52,145); }

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

border-color css

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

 span { border-color: rgb(183,52,145); }

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