Html Css Color HEX #B50486 Medium Violet Red

📋 copy color: '#B50486'

red 181 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #B50486

Tints of Medium Violet Red #B50486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.01%

R = 56.74%
G = 1.25%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B50486 (or 0xB50486) is known color: Medium Violet Red. HEX triplet: B5, 04 and 86. RGB value is (181,4,134). Sum of RGB (Red+Green+Blue) = 181+4+134=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B50486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50486 is #4AFB79. Grayscale: #474747. Windows color (decimal): -4914042 or 8783029. OLE color: 8783029.

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

Color convert

RGB 181 4 134 -
CMYK 0 0.98 0.26 0.29
HSL 315.93º 0.96% 0.36% -
HSV(B) 315.93º 0.98% 0.71% -
XYZ 23.4 11.63 23.57 -
YUV 71.74 163.14 205.93 -
System Red Green Blue C M Y K H S L
Decimal 181 4 134 0 0.98 0.26 0.29 315.93 0.96 0.36
Hex B5 4 86 0 62 1A 1D 13C 60 24
Octal 265 4 206 0 142 32 35 474 140 44
Binary 10110101 100 10000110 0 1100010 11010 11101 100111100 1100000 100100

Color Harmonies of #B50486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50486

Black with #B50486

Text Example


Text Example

White with #B50486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50486; }

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

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

background-color css

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

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

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

border-color css

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

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

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