Html Css Color HEX #B50F90 Medium Violet Red

📋 copy color: '#B50F90'

red 181 ◦ green 15 ◦ blue 144

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

Shades of Medium Violet Red #B50F90

Tints of Medium Violet Red #B50F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 53.24%
G = 4.41%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B50F90 (or 0xB50F90) is known color: Medium Violet Red. HEX triplet: B5, 0F and 90. RGB value is (181,15,144). Sum of RGB (Red+Green+Blue) = 181+15+144=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50F90 is #4AF06F. Grayscale: #4E4E4E. Windows color (decimal): -4911216 or 9441205. OLE color: 9441205.

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

Color convert

RGB 181 15 144 -
CMYK 0 0.92 0.20 0.29
HSL 313.37º 0.85% 0.38% -
HSV(B) 313.37º 0.92% 0.71% -
XYZ 24.26 12.18 27.46 -
YUV 79.34 164.5 200.51 -
System Red Green Blue C M Y K H S L
Decimal 181 15 144 0 0.92 0.20 0.29 313.37 0.85 0.38
Hex B5 F 90 0 5C 14 1D 139 55 26
Octal 265 17 220 0 134 24 35 471 125 46
Binary 10110101 1111 10010000 0 1011100 10100 11101 100111001 1010101 100110

Color Harmonies of #B50F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50F90

Black with #B50F90

Text Example


Text Example

White with #B50F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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