Html Css Color HEX #B50F89 Medium Violet Red

📋 copy color: '#B50F89'

red 181 ◦ green 15 ◦ blue 137

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

Shades of Medium Violet Red #B50F89

Tints of Medium Violet Red #B50F89

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.5%

 BLUE value IS 137 (53.91% from 255) = 41.14%

R = 54.35%
G = 4.5%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B50F89 (or 0xB50F89) is known color: Medium Violet Red. HEX triplet: B5, 0F and 89. RGB value is (181,15,137). Sum of RGB (Red+Green+Blue) = 181+15+137=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50F89 is #4AF076. Grayscale: #4E4E4E. Windows color (decimal): -4911223 or 8982453. OLE color: 8982453.

HSL color Cylindrical-coordinate representation of color #B50F89: hue angle of 315.9º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50F89 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 15 137 -
CMYK 0 0.92 0.24 0.29
HSL 315.9º 0.85% 0.38% -
HSV(B) 315.9º 0.92% 0.71% -
XYZ 23.74 11.97 24.73 -
YUV 78.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 181 15 137 0 0.92 0.24 0.29 315.9 0.85 0.38
Hex B5 F 89 0 5C 18 1D 13C 55 26
Octal 265 17 211 0 134 30 35 474 125 46
Binary 10110101 1111 10001001 0 1011100 11000 11101 100111100 1010101 100110

Color Harmonies of #B50F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50F89

Black with #B50F89

Text Example


Text Example

White with #B50F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50F89; }

 p { color: rgb(181,15,137); }

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

background-color css

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

 a { background-color: rgb(181,15,137); }

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

border-color css

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

 span { border-color: rgb(181,15,137); }

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