Html Css Color HEX #B73197 Medium Red Violet

📋 copy color: '#B73197'

red 183 ◦ green 49 ◦ blue 151

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

Shades of Medium Red Violet #B73197

Tints of Medium Red Violet #B73197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.43%

R = 47.78%
G = 12.79%
B = 39.43%

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

#B73197 (or 0xB73197) is known color: Medium Red Violet. HEX triplet: B7, 31 and 97. RGB value is (183,49,151). Sum of RGB (Red+Green+Blue) = 183+49+151=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B73197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73197 is #48CE68. Grayscale: #646464. Windows color (decimal): -4771433 or 9908663. OLE color: 9908663.

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

Color convert

RGB 183 49 151 -
CMYK 0 0.73 0.17 0.28
HSL 314.33º 0.58% 0.45% -
HSV(B) 314.33º 0.73% 0.72% -
XYZ 26.21 14.5 30.7 -
YUV 100.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 183 49 151 0 0.73 0.17 0.28 314.33 0.58 0.45
Hex B7 31 97 0 49 11 1C 13A 3A 2D
Octal 267 61 227 0 111 21 34 472 72 55
Binary 10110111 110001 10010111 0 1001001 10001 11100 100111010 111010 101101

Color Harmonies of #B73197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73197

Black with #B73197

Text Example


Text Example

White with #B73197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73197; }

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

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

background-color css

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

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

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

border-color css

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

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

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