Html Css Color HEX #B73193 Medium Red Violet

📋 copy color: '#B73193'

red 183 ◦ green 49 ◦ blue 147

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

Shades of Medium Red Violet #B73193

Tints of Medium Red Violet #B73193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.93%

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 48.28%
G = 12.93%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B73193 (or 0xB73193) is known color: Medium Red Violet. HEX triplet: B7, 31 and 93. RGB value is (183,49,147). Sum of RGB (Red+Green+Blue) = 183+49+147=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B73193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73193 is #48CE6C. Grayscale: #636363. Windows color (decimal): -4771437 or 9646519. OLE color: 9646519.

HSL color Cylindrical-coordinate representation of color #B73193: hue angle of 316.12º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73193 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 49 147 -
CMYK 0 0.73 0.20 0.28
HSL 316.12º 0.58% 0.45% -
HSV(B) 316.12º 0.73% 0.72% -
XYZ 25.89 14.37 29.01 -
YUV 100.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 183 49 147 0 0.73 0.20 0.28 316.12 0.58 0.45
Hex B7 31 93 0 49 14 1C 13C 3A 2D
Octal 267 61 223 0 111 24 34 474 72 55
Binary 10110111 110001 10010011 0 1001001 10100 11100 100111100 111010 101101

Color Harmonies of #B73193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73193

Black with #B73193

Text Example


Text Example

White with #B73193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73193; }

 p { color: rgb(183,49,147); }

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

background-color css

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

 a { background-color: rgb(183,49,147); }

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

border-color css

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

 span { border-color: rgb(183,49,147); }

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