Html Css Color HEX #B50279 Medium Violet Red

📋 copy color: '#B50279'

red 181 ◦ green 2 ◦ blue 121

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

Shades of Medium Violet Red #B50279

Tints of Medium Violet Red #B50279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 59.54%
G = 0.66%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B50279 (or 0xB50279) is known color: Medium Violet Red. HEX triplet: B5, 02 and 79. RGB value is (181,2,121). Sum of RGB (Red+Green+Blue) = 181+2+121=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B50279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50279 is #4AFD86. Grayscale: #444444. Windows color (decimal): -4914567 or 7930549. OLE color: 7930549.

HSL color Cylindrical-coordinate representation of color #B50279: hue angle of 320.11º degrees, saturation: 0.98, 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 #B50279 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 2 121 -
CMYK 0 0.99 0.33 0.29
HSL 320.11º 0.98% 0.36% -
HSV(B) 320.11º 0.99% 0.71% -
XYZ 22.53 11.25 19.07 -
YUV 69.09 157.3 207.82 -
System Red Green Blue C M Y K H S L
Decimal 181 2 121 0 0.99 0.33 0.29 320.11 0.98 0.36
Hex B5 2 79 0 63 21 1D 140 62 24
Octal 265 2 171 0 143 41 35 500 142 44
Binary 10110101 10 1111001 0 1100011 100001 11101 101000000 1100010 100100

Color Harmonies of #B50279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50279

Black with #B50279

Text Example


Text Example

White with #B50279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50279; }

 p { color: rgb(181,2,121); }

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

background-color css

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

 a { background-color: rgb(181,2,121); }

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

border-color css

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

 span { border-color: rgb(181,2,121); }

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