Html Css Color HEX #B50786 Medium Violet Red

📋 copy color: '#B50786'

red 181 ◦ green 7 ◦ blue 134

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

Shades of Medium Violet Red #B50786

Tints of Medium Violet Red #B50786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 56.21%
G = 2.17%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B50786 (or 0xB50786) is known color: Medium Violet Red. HEX triplet: B5, 07 and 86. RGB value is (181,7,134). Sum of RGB (Red+Green+Blue) = 181+7+134=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B50786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50786 is #4AF879. Grayscale: #494949. Windows color (decimal): -4913274 or 8783797. OLE color: 8783797.

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

Color convert

RGB 181 7 134 -
CMYK 0 0.96 0.26 0.29
HSL 316.21º 0.93% 0.37% -
HSV(B) 316.21º 0.96% 0.71% -
XYZ 23.44 11.7 23.58 -
YUV 73.5 162.15 204.67 -
System Red Green Blue C M Y K H S L
Decimal 181 7 134 0 0.96 0.26 0.29 316.21 0.93 0.37
Hex B5 7 86 0 60 1A 1D 13C 5D 25
Octal 265 7 206 0 140 32 35 474 135 45
Binary 10110101 111 10000110 0 1100000 11010 11101 100111100 1011101 100101

Color Harmonies of #B50786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50786

Black with #B50786

Text Example


Text Example

White with #B50786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50786; }

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

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

background-color css

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

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

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

border-color css

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

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

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