Html Css Color HEX #B50987 Medium Violet Red

📋 copy color: '#B50987'

red 181 ◦ green 9 ◦ blue 135

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

Shades of Medium Violet Red #B50987

Tints of Medium Violet Red #B50987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

 BLUE value IS 135 (53.13% from 255) = 41.54%

R = 55.69%
G = 2.77%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B50987 (or 0xB50987) is known color: Medium Violet Red. HEX triplet: B5, 09 and 87. RGB value is (181,9,135). Sum of RGB (Red+Green+Blue) = 181+9+135=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B50987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50987 is #4AF678. Grayscale: #4A4A4A. Windows color (decimal): -4912761 or 8849845. OLE color: 8849845.

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

Color convert

RGB 181 9 135 -
CMYK 0 0.95 0.25 0.29
HSL 316.05º 0.91% 0.37% -
HSV(B) 316.05º 0.95% 0.71% -
XYZ 23.53 11.77 23.95 -
YUV 74.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 181 9 135 0 0.95 0.25 0.29 316.05 0.91 0.37
Hex B5 9 87 0 5F 19 1D 13C 5B 25
Octal 265 11 207 0 137 31 35 474 133 45
Binary 10110101 1001 10000111 0 1011111 11001 11101 100111100 1011011 100101

Color Harmonies of #B50987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50987

Black with #B50987

Text Example


Text Example

White with #B50987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50987; }

 p { color: rgb(181,9,135); }

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

background-color css

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

 a { background-color: rgb(181,9,135); }

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

border-color css

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

 span { border-color: rgb(181,9,135); }

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