Html Css Color HEX #B50484 Medium Violet Red

📋 copy color: '#B50484'

red 181 ◦ green 4 ◦ blue 132

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

Shades of Medium Violet Red #B50484

Tints of Medium Violet Red #B50484

RGB

 RED value IS 181 (71.09% from 255) = 57.1%

 GREEN value IS 4 (1.95% from 255) = 1.26%

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 57.1%
G = 1.26%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B50484 (or 0xB50484) is known color: Medium Violet Red. HEX triplet: B5, 04 and 84. RGB value is (181,4,132). Sum of RGB (Red+Green+Blue) = 181+4+132=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B50484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50484 is #4AFB7B. Grayscale: #474747. Windows color (decimal): -4914044 or 8651957. OLE color: 8651957.

HSL color Cylindrical-coordinate representation of color #B50484: hue angle of 316.61º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50484 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 4 132 -
CMYK 0 0.98 0.27 0.29
HSL 316.61º 0.96% 0.36% -
HSV(B) 316.61º 0.98% 0.71% -
XYZ 23.26 11.58 22.84 -
YUV 71.52 162.14 206.09 -
System Red Green Blue C M Y K H S L
Decimal 181 4 132 0 0.98 0.27 0.29 316.61 0.96 0.36
Hex B5 4 84 0 62 1B 1D 13D 60 24
Octal 265 4 204 0 142 33 35 475 140 44
Binary 10110101 100 10000100 0 1100010 11011 11101 100111101 1100000 100100

Color Harmonies of #B50484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50484

Black with #B50484

Text Example


Text Example

White with #B50484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50484; }

 p { color: rgb(181,4,132); }

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

background-color css

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

 a { background-color: rgb(181,4,132); }

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

border-color css

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

 span { border-color: rgb(181,4,132); }

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