Html Css Color HEX #B73582 Medium Red Violet

📋 copy color: '#B73582'

red 183 ◦ green 53 ◦ blue 130

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

Shades of Medium Red Violet #B73582

Tints of Medium Red Violet #B73582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.48%

 BLUE value IS 130 (51.17% from 255) = 35.52%

R = 50%
G = 14.48%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B73582 (or 0xB73582) is known color: Medium Red Violet. HEX triplet: B7, 35 and 82. RGB value is (183,53,130). Sum of RGB (Red+Green+Blue) = 183+53+130=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B73582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73582 is #48CA7D. Grayscale: #646464. Windows color (decimal): -4770430 or 8533431. OLE color: 8533431.

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

Color convert

RGB 183 53 130 -
CMYK 0 0.71 0.29 0.28
HSL 324.46º 0.55% 0.46% -
HSV(B) 324.46º 0.71% 0.72% -
XYZ 24.83 14.23 22.56 -
YUV 100.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 183 53 130 0 0.71 0.29 0.28 324.46 0.55 0.46
Hex B7 35 82 0 47 1D 1C 144 37 2E
Octal 267 65 202 0 107 35 34 504 67 56
Binary 10110111 110101 10000010 0 1000111 11101 11100 101000100 110111 101110

Color Harmonies of #B73582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73582

Black with #B73582

Text Example


Text Example

White with #B73582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73582; }

 p { color: rgb(183,53,130); }

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

background-color css

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

 a { background-color: rgb(183,53,130); }

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

border-color css

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

 span { border-color: rgb(183,53,130); }

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