Html Css Color HEX #B73497 Medium Red Violet

📋 copy color: '#B73497'

red 183 ◦ green 52 ◦ blue 151

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

Shades of Medium Red Violet #B73497

Tints of Medium Red Violet #B73497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.47%

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

R = 47.41%
G = 13.47%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B73497 (or 0xB73497) is known color: Medium Red Violet. HEX triplet: B7, 34 and 97. RGB value is (183,52,151). Sum of RGB (Red+Green+Blue) = 183+52+151=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B73497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73497 is #48CB68. Grayscale: #666666. Windows color (decimal): -4770665 or 9909431. OLE color: 9909431.

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

Color convert

RGB 183 52 151 -
CMYK 0 0.72 0.17 0.28
HSL 314.66º 0.56% 0.46% -
HSV(B) 314.66º 0.72% 0.72% -
XYZ 26.34 14.76 30.74 -
YUV 102.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 183 52 151 0 0.72 0.17 0.28 314.66 0.56 0.46
Hex B7 34 97 0 48 11 1C 13B 38 2E
Octal 267 64 227 0 110 21 34 473 70 56
Binary 10110111 110100 10010111 0 1001000 10001 11100 100111011 111000 101110

Color Harmonies of #B73497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73497

Black with #B73497

Text Example


Text Example

White with #B73497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73497; }

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

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

background-color css

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

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

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

border-color css

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

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

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