Html Css Color HEX #B73293 Medium Red Violet

📋 copy color: '#B73293'

red 183 ◦ green 50 ◦ blue 147

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

Shades of Medium Red Violet #B73293

Tints of Medium Red Violet #B73293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.16%

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

R = 48.16%
G = 13.16%
B = 38.68%

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

#B73293 (or 0xB73293) is known color: Medium Red Violet. HEX triplet: B7, 32 and 93. RGB value is (183,50,147). Sum of RGB (Red+Green+Blue) = 183+50+147=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B73293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73293 is #48CD6C. Grayscale: #646464. Windows color (decimal): -4771181 or 9646775. OLE color: 9646775.

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

Color convert

RGB 183 50 147 -
CMYK 0 0.73 0.20 0.28
HSL 316.24º 0.57% 0.46% -
HSV(B) 316.24º 0.73% 0.72% -
XYZ 25.94 14.46 29.03 -
YUV 100.83 154.06 186.61 -
System Red Green Blue C M Y K H S L
Decimal 183 50 147 0 0.73 0.20 0.28 316.24 0.57 0.46
Hex B7 32 93 0 49 14 1C 13C 39 2E
Octal 267 62 223 0 111 24 34 474 71 56
Binary 10110111 110010 10010011 0 1001001 10100 11100 100111100 111001 101110

Color Harmonies of #B73293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73293

Black with #B73293

Text Example


Text Example

White with #B73293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73293; }

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

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

background-color css

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

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

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

border-color css

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

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

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