Html Css Color HEX #B73473 Medium Red Violet

📋 copy color: '#B73473'

red 183 ◦ green 52 ◦ blue 115

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

Shades of Medium Red Violet #B73473

Tints of Medium Red Violet #B73473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 52.29%
G = 14.86%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B73473 (or 0xB73473) is known color: Medium Red Violet. HEX triplet: B7, 34 and 73. RGB value is (183,52,115). Sum of RGB (Red+Green+Blue) = 183+52+115=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B73473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73473 is #48CB8C. Grayscale: #626262. Windows color (decimal): -4770701 or 7550135. OLE color: 7550135.

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

Color convert

RGB 183 52 115 -
CMYK 0 0.72 0.37 0.28
HSL 331.15º 0.56% 0.46% -
HSV(B) 331.15º 0.72% 0.72% -
XYZ 23.85 13.76 17.62 -
YUV 98.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 183 52 115 0 0.72 0.37 0.28 331.15 0.56 0.46
Hex B7 34 73 0 48 25 1C 14B 38 2E
Octal 267 64 163 0 110 45 34 513 70 56
Binary 10110111 110100 1110011 0 1001000 100101 11100 101001011 111000 101110

Color Harmonies of #B73473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73473

Black with #B73473

Text Example


Text Example

White with #B73473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73473; }

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

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

background-color css

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

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

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

border-color css

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

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

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