Html Css Color HEX #B50899 Medium Violet Red

📋 copy color: '#B50899'

red 181 ◦ green 8 ◦ blue 153

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

Shades of Medium Violet Red #B50899

Tints of Medium Violet Red #B50899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.74%

R = 52.92%
G = 2.34%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B50899 (or 0xB50899) is known color: Medium Violet Red. HEX triplet: B5, 08 and 99. RGB value is (181,8,153). Sum of RGB (Red+Green+Blue) = 181+8+153=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B50899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50899 is #4AF766. Grayscale: #4B4B4B. Windows color (decimal): -4912999 or 10029237. OLE color: 10029237.

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

Color convert

RGB 181 8 153 -
CMYK 0 0.96 0.15 0.29
HSL 309.71º 0.92% 0.37% -
HSV(B) 309.71º 0.96% 0.71% -
XYZ 24.89 12.3 31.2 -
YUV 76.26 171.31 202.71 -
System Red Green Blue C M Y K H S L
Decimal 181 8 153 0 0.96 0.15 0.29 309.71 0.92 0.37
Hex B5 8 99 0 60 F 1D 136 5C 25
Octal 265 10 231 0 140 17 35 466 134 45
Binary 10110101 1000 10011001 0 1100000 1111 11101 100110110 1011100 100101

Color Harmonies of #B50899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50899

Black with #B50899

Text Example


Text Example

White with #B50899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50899; }

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

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

background-color css

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

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

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

border-color css

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

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

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