Html Css Color HEX #B50099 Medium Violet Red

📋 copy color: '#B50099'

red 181 ◦ green 0 ◦ blue 153

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

Shades of Medium Violet Red #B50099

Tints of Medium Violet Red #B50099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.19%
G = 0%
B = 45.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B50099 (or 0xB50099) is known color: Medium Violet Red. HEX triplet: B5, 00 and 99. RGB value is (181,0,153). Sum of RGB (Red+Green+Blue) = 181+0+153=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B50099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50099 is #4AFF66. Grayscale: #474747. Windows color (decimal): -4915047 or 10027189. OLE color: 10027189.

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

Color convert

RGB 181 0 153 -
CMYK 0 1 0.15 0.29
HSL 309.28º 1% 0.35% -
HSV(B) 309.28º 1% 0.71% -
XYZ 24.81 12.12 31.17 -
YUV 71.56 173.97 206.06 -
System Red Green Blue C M Y K H S L
Decimal 181 0 153 0 1 0.15 0.29 309.28 1 0.35
Hex B5 0 99 0 64 F 1D 135 64 23
Octal 265 0 231 0 144 17 35 465 144 43
Binary 10110101 0 10011001 0 1100100 1111 11101 100110101 1100100 100011

Color Harmonies of #B50099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50099

Black with #B50099

Text Example


Text Example

White with #B50099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50099; }

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

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

background-color css

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

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

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

border-color css

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

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

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