Html Css Color HEX #B50086 Medium Violet Red

📋 copy color: '#B50086'

red 181 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #B50086

Tints of Medium Violet Red #B50086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.46%
G = 0%
B = 42.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B50086 (or 0xB50086) is known color: Medium Violet Red. HEX triplet: B5, 00 and 86. RGB value is (181,0,134). Sum of RGB (Red+Green+Blue) = 181+0+134=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B50086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50086 is #4AFF79. Grayscale: #454545. Windows color (decimal): -4915066 or 8782005. OLE color: 8782005.

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

Color convert

RGB 181 0 134 -
CMYK 0 1 0.26 0.29
HSL 315.58º 1% 0.35% -
HSV(B) 315.58º 1% 0.71% -
XYZ 23.36 11.54 23.55 -
YUV 69.4 164.47 207.6 -
System Red Green Blue C M Y K H S L
Decimal 181 0 134 0 1 0.26 0.29 315.58 1 0.35
Hex B5 0 86 0 64 1A 1D 13C 64 23
Octal 265 0 206 0 144 32 35 474 144 43
Binary 10110101 0 10000110 0 1100100 11010 11101 100111100 1100100 100011

Color Harmonies of #B50086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50086

Black with #B50086

Text Example


Text Example

White with #B50086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50086; }

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

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

background-color css

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

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

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

border-color css

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

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

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