Html Css Color HEX #B50890 Medium Violet Red

📋 copy color: '#B50890'

red 181 ◦ green 8 ◦ blue 144

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

Shades of Medium Violet Red #B50890

Tints of Medium Violet Red #B50890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

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

R = 54.35%
G = 2.4%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B50890 (or 0xB50890) is known color: Medium Violet Red. HEX triplet: B5, 08 and 90. RGB value is (181,8,144). Sum of RGB (Red+Green+Blue) = 181+8+144=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B50890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50890 is #4AF76F. Grayscale: #4A4A4A. Windows color (decimal): -4913008 or 9439413. OLE color: 9439413.

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

Color convert

RGB 181 8 144 -
CMYK 0 0.96 0.20 0.29
HSL 312.83º 0.92% 0.37% -
HSV(B) 312.83º 0.96% 0.71% -
XYZ 24.18 12.01 27.43 -
YUV 75.23 166.81 203.44 -
System Red Green Blue C M Y K H S L
Decimal 181 8 144 0 0.96 0.20 0.29 312.83 0.92 0.37
Hex B5 8 90 0 60 14 1D 139 5C 25
Octal 265 10 220 0 140 24 35 471 134 45
Binary 10110101 1000 10010000 0 1100000 10100 11101 100111001 1011100 100101

Color Harmonies of #B50890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50890

Black with #B50890

Text Example


Text Example

White with #B50890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50890; }

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

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

background-color css

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

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

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

border-color css

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

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

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