Html Css Color HEX #B50199 Medium Violet Red

📋 copy color: '#B50199'

red 181 ◦ green 1 ◦ blue 153

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

Shades of Medium Violet Red #B50199

Tints of Medium Violet Red #B50199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 54.03%
G = 0.3%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B50199 (or 0xB50199) is known color: Medium Violet Red. HEX triplet: B5, 01 and 99. RGB value is (181,1,153). Sum of RGB (Red+Green+Blue) = 181+1+153=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B50199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50199 is #4AFE66. Grayscale: #474747. Windows color (decimal): -4914791 or 10027445. OLE color: 10027445.

HSL color Cylindrical-coordinate representation of color #B50199: hue angle of 309.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50199 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 1 153 -
CMYK 0 0.99 0.15 0.29
HSL 309.33º 0.99% 0.36% -
HSV(B) 309.33º 0.99% 0.71% -
XYZ 24.82 12.15 31.17 -
YUV 72.15 173.63 205.64 -
System Red Green Blue C M Y K H S L
Decimal 181 1 153 0 0.99 0.15 0.29 309.33 0.99 0.36
Hex B5 1 99 0 63 F 1D 135 63 24
Octal 265 1 231 0 143 17 35 465 143 44
Binary 10110101 1 10011001 0 1100011 1111 11101 100110101 1100011 100100

Color Harmonies of #B50199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50199

Black with #B50199

Text Example


Text Example

White with #B50199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50199; }

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

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

background-color css

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

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

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

border-color css

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

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

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