Html Css Color HEX #B50C84 Medium Violet Red

📋 copy color: '#B50C84'

red 181 ◦ green 12 ◦ blue 132

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

Shades of Medium Violet Red #B50C84

Tints of Medium Violet Red #B50C84

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.69%

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 55.69%
G = 3.69%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B50C84 (or 0xB50C84) is known color: Medium Violet Red. HEX triplet: B5, 0C and 84. RGB value is (181,12,132). Sum of RGB (Red+Green+Blue) = 181+12+132=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50C84 is #4AF37B. Grayscale: #4B4B4B. Windows color (decimal): -4911996 or 8654005. OLE color: 8654005.

HSL color Cylindrical-coordinate representation of color #B50C84: hue angle of 317.4º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50C84 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 12 132 -
CMYK 0 0.93 0.27 0.29
HSL 317.4º 0.88% 0.38% -
HSV(B) 317.4º 0.93% 0.71% -
XYZ 23.35 11.75 22.87 -
YUV 76.21 159.49 202.74 -
System Red Green Blue C M Y K H S L
Decimal 181 12 132 0 0.93 0.27 0.29 317.4 0.88 0.38
Hex B5 C 84 0 5D 1B 1D 13D 58 26
Octal 265 14 204 0 135 33 35 475 130 46
Binary 10110101 1100 10000100 0 1011101 11011 11101 100111101 1011000 100110

Color Harmonies of #B50C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50C84

Black with #B50C84

Text Example


Text Example

White with #B50C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50C84; }

 p { color: rgb(181,12,132); }

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

background-color css

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

 a { background-color: rgb(181,12,132); }

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

border-color css

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

 span { border-color: rgb(181,12,132); }

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