Html Css Color HEX #B73696 Medium Red Violet

📋 copy color: '#B73696'

red 183 ◦ green 54 ◦ blue 150

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

Shades of Medium Red Violet #B73696

Tints of Medium Red Violet #B73696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.95%

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

R = 47.29%
G = 13.95%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B73696 (or 0xB73696) is known color: Medium Red Violet. HEX triplet: B7, 36 and 96. RGB value is (183,54,150). Sum of RGB (Red+Green+Blue) = 183+54+150=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B73696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73696 is #48C969. Grayscale: #676767. Windows color (decimal): -4770154 or 9844407. OLE color: 9844407.

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

Color convert

RGB 183 54 150 -
CMYK 0 0.70 0.18 0.28
HSL 315.35º 0.54% 0.46% -
HSV(B) 315.35º 0.7% 0.72% -
XYZ 26.35 14.91 30.34 -
YUV 103.52 154.24 184.69 -
System Red Green Blue C M Y K H S L
Decimal 183 54 150 0 0.70 0.18 0.28 315.35 0.54 0.46
Hex B7 36 96 0 46 12 1C 13B 36 2E
Octal 267 66 226 0 106 22 34 473 66 56
Binary 10110111 110110 10010110 0 1000110 10010 11100 100111011 110110 101110

Color Harmonies of #B73696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73696

Black with #B73696

Text Example


Text Example

White with #B73696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73696; }

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

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

background-color css

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

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

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

border-color css

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

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

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