Html Css Color HEX #B73496 Medium Red Violet

📋 copy color: '#B73496'

red 183 ◦ green 52 ◦ blue 150

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

Shades of Medium Red Violet #B73496

Tints of Medium Red Violet #B73496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 47.53%
G = 13.51%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B73496 (or 0xB73496) is known color: Medium Red Violet. HEX triplet: B7, 34 and 96. RGB value is (183,52,150). Sum of RGB (Red+Green+Blue) = 183+52+150=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B73496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73496 is #48CB69. Grayscale: #666666. Windows color (decimal): -4770666 or 9843895. OLE color: 9843895.

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

Color convert

RGB 183 52 150 -
CMYK 0 0.72 0.18 0.28
HSL 315.11º 0.56% 0.46% -
HSV(B) 315.11º 0.72% 0.72% -
XYZ 26.26 14.73 30.31 -
YUV 102.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 183 52 150 0 0.72 0.18 0.28 315.11 0.56 0.46
Hex B7 34 96 0 48 12 1C 13B 38 2E
Octal 267 64 226 0 110 22 34 473 70 56
Binary 10110111 110100 10010110 0 1001000 10010 11100 100111011 111000 101110

Color Harmonies of #B73496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73496

Black with #B73496

Text Example


Text Example

White with #B73496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73496; }

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

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

background-color css

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

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

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

border-color css

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

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

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