Html Css Color HEX #B73296 Medium Red Violet

📋 copy color: '#B73296'

red 183 ◦ green 50 ◦ blue 150

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

Shades of Medium Red Violet #B73296

Tints of Medium Red Violet #B73296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.05%

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

R = 47.78%
G = 13.05%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B73296 (or 0xB73296) is known color: Medium Red Violet. HEX triplet: B7, 32 and 96. RGB value is (183,50,150). Sum of RGB (Red+Green+Blue) = 183+50+150=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B73296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73296 is #48CD69. Grayscale: #646464. Windows color (decimal): -4771178 or 9843383. OLE color: 9843383.

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

Color convert

RGB 183 50 150 -
CMYK 0 0.73 0.18 0.28
HSL 314.89º 0.57% 0.46% -
HSV(B) 314.89º 0.73% 0.72% -
XYZ 26.17 14.55 30.28 -
YUV 101.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 183 50 150 0 0.73 0.18 0.28 314.89 0.57 0.46
Hex B7 32 96 0 49 12 1C 13B 39 2E
Octal 267 62 226 0 111 22 34 473 71 56
Binary 10110111 110010 10010110 0 1001001 10010 11100 100111011 111001 101110

Color Harmonies of #B73296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73296

Black with #B73296

Text Example


Text Example

White with #B73296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73296; }

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

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

background-color css

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

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

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

border-color css

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

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

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