Html Css Color HEX #B73198 Medium Red Violet

📋 copy color: '#B73198'

red 183 ◦ green 49 ◦ blue 152

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

Shades of Medium Red Violet #B73198

Tints of Medium Red Violet #B73198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.58%

R = 47.66%
G = 12.76%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B73198 (or 0xB73198) is known color: Medium Red Violet. HEX triplet: B7, 31 and 98. RGB value is (183,49,152). Sum of RGB (Red+Green+Blue) = 183+49+152=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B73198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73198 is #48CE67. Grayscale: #646464. Windows color (decimal): -4771432 or 9974199. OLE color: 9974199.

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

Color convert

RGB 183 49 152 -
CMYK 0 0.73 0.17 0.28
HSL 313.88º 0.58% 0.45% -
HSV(B) 313.88º 0.73% 0.72% -
XYZ 26.29 14.53 31.12 -
YUV 100.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 183 49 152 0 0.73 0.17 0.28 313.88 0.58 0.45
Hex B7 31 98 0 49 11 1C 13A 3A 2D
Octal 267 61 230 0 111 21 34 472 72 55
Binary 10110111 110001 10011000 0 1001001 10001 11100 100111010 111010 101101

Color Harmonies of #B73198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73198

Black with #B73198

Text Example


Text Example

White with #B73198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73198; }

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

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

background-color css

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

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

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

border-color css

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

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

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