Html Css Color HEX #B73483 Medium Red Violet

📋 copy color: '#B73483'

red 183 ◦ green 52 ◦ blue 131

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

Shades of Medium Red Violet #B73483

Tints of Medium Red Violet #B73483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 50%
G = 14.21%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B73483 (or 0xB73483) is known color: Medium Red Violet. HEX triplet: B7, 34 and 83. RGB value is (183,52,131). Sum of RGB (Red+Green+Blue) = 183+52+131=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B73483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73483 is #48CB7C. Grayscale: #636363. Windows color (decimal): -4770685 or 8598711. OLE color: 8598711.

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

Color convert

RGB 183 52 131 -
CMYK 0 0.72 0.28 0.28
HSL 323.82º 0.56% 0.46% -
HSV(B) 323.82º 0.72% 0.72% -
XYZ 24.85 14.16 22.9 -
YUV 100.18 145.4 187.08 -
System Red Green Blue C M Y K H S L
Decimal 183 52 131 0 0.72 0.28 0.28 323.82 0.56 0.46
Hex B7 34 83 0 48 1C 1C 144 38 2E
Octal 267 64 203 0 110 34 34 504 70 56
Binary 10110111 110100 10000011 0 1001000 11100 11100 101000100 111000 101110

Color Harmonies of #B73483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73483

Black with #B73483

Text Example


Text Example

White with #B73483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73483; }

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

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

background-color css

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

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

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

border-color css

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

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

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