Html Css Color HEX #B73192 Medium Red Violet

📋 copy color: '#B73192'

red 183 ◦ green 49 ◦ blue 146

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

Shades of Medium Red Violet #B73192

Tints of Medium Red Violet #B73192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 48.41%
G = 12.96%
B = 38.62%

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

#B73192 (or 0xB73192) is known color: Medium Red Violet. HEX triplet: B7, 31 and 92. RGB value is (183,49,146). Sum of RGB (Red+Green+Blue) = 183+49+146=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B73192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73192 is #48CE6D. Grayscale: #636363. Windows color (decimal): -4771438 or 9580983. OLE color: 9580983.

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

Color convert

RGB 183 49 146 -
CMYK 0 0.73 0.20 0.28
HSL 316.57º 0.58% 0.45% -
HSV(B) 316.57º 0.73% 0.72% -
XYZ 25.82 14.34 28.6 -
YUV 100.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 183 49 146 0 0.73 0.20 0.28 316.57 0.58 0.45
Hex B7 31 92 0 49 14 1C 13D 3A 2D
Octal 267 61 222 0 111 24 34 475 72 55
Binary 10110111 110001 10010010 0 1001001 10100 11100 100111101 111010 101101

Color Harmonies of #B73192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73192

Black with #B73192

Text Example


Text Example

White with #B73192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73192; }

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

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

background-color css

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

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

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

border-color css

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

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

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