Html Css Color HEX #B50499 Medium Violet Red

📋 copy color: '#B50499'

red 181 ◦ green 4 ◦ blue 153

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

Shades of Medium Violet Red #B50499

Tints of Medium Violet Red #B50499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 53.55%
G = 1.18%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B50499 (or 0xB50499) is known color: Medium Violet Red. HEX triplet: B5, 04 and 99. RGB value is (181,4,153). Sum of RGB (Red+Green+Blue) = 181+4+153=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B50499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50499 is #4AFB66. Grayscale: #494949. Windows color (decimal): -4914023 or 10028213. OLE color: 10028213.

HSL color Cylindrical-coordinate representation of color #B50499: hue angle of 309.49º 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 #B50499 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 4 153 -
CMYK 0 0.98 0.15 0.29
HSL 309.49º 0.96% 0.36% -
HSV(B) 309.49º 0.98% 0.71% -
XYZ 24.85 12.21 31.18 -
YUV 73.91 172.64 204.38 -
System Red Green Blue C M Y K H S L
Decimal 181 4 153 0 0.98 0.15 0.29 309.49 0.96 0.36
Hex B5 4 99 0 62 F 1D 135 60 24
Octal 265 4 231 0 142 17 35 465 140 44
Binary 10110101 100 10011001 0 1100010 1111 11101 100110101 1100000 100100

Color Harmonies of #B50499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50499

Black with #B50499

Text Example


Text Example

White with #B50499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50499; }

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

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

background-color css

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

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

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

border-color css

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

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

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