Html Css Color HEX #B50889 Medium Violet Red

📋 copy color: '#B50889'

red 181 ◦ green 8 ◦ blue 137

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

Shades of Medium Violet Red #B50889

Tints of Medium Violet Red #B50889

RGB

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

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

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

R = 55.52%
G = 2.45%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B50889 (or 0xB50889) is known color: Medium Violet Red. HEX triplet: B5, 08 and 89. RGB value is (181,8,137). Sum of RGB (Red+Green+Blue) = 181+8+137=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B50889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50889 is #4AF776. Grayscale: #4A4A4A. Windows color (decimal): -4913015 or 8980661. OLE color: 8980661.

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

Color convert

RGB 181 8 137 -
CMYK 0 0.96 0.24 0.29
HSL 315.26º 0.92% 0.37% -
HSV(B) 315.26º 0.96% 0.71% -
XYZ 23.66 11.8 24.7 -
YUV 74.43 163.31 204.01 -
System Red Green Blue C M Y K H S L
Decimal 181 8 137 0 0.96 0.24 0.29 315.26 0.92 0.37
Hex B5 8 89 0 60 18 1D 13B 5C 25
Octal 265 10 211 0 140 30 35 473 134 45
Binary 10110101 1000 10001001 0 1100000 11000 11101 100111011 1011100 100101

Color Harmonies of #B50889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50889

Black with #B50889

Text Example


Text Example

White with #B50889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50889; }

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

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

background-color css

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

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

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

border-color css

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

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

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