Html Css Color HEX #B50C7E Medium Violet Red

📋 copy color: '#B50C7E'

red 181 ◦ green 12 ◦ blue 126

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

Shades of Medium Violet Red #B50C7E

Tints of Medium Violet Red #B50C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 56.74%
G = 3.76%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B50C7E (or 0xB50C7E) is known color: Medium Violet Red. HEX triplet: B5, 0C and 7E. RGB value is (181,12,126). Sum of RGB (Red+Green+Blue) = 181+12+126=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C7E is #4AF381. Grayscale: #4B4B4B. Windows color (decimal): -4912002 or 8260789. OLE color: 8260789.

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

Color convert

RGB 181 12 126 -
CMYK 0 0.93 0.30 0.29
HSL 319.53º 0.88% 0.38% -
HSV(B) 319.53º 0.93% 0.71% -
XYZ 22.95 11.59 20.77 -
YUV 75.53 156.49 203.23 -
System Red Green Blue C M Y K H S L
Decimal 181 12 126 0 0.93 0.30 0.29 319.53 0.88 0.38
Hex B5 C 7E 0 5D 1E 1D 140 58 26
Octal 265 14 176 0 135 36 35 500 130 46
Binary 10110101 1100 1111110 0 1011101 11110 11101 101000000 1011000 100110

Color Harmonies of #B50C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50C7E

Black with #B50C7E

Text Example


Text Example

White with #B50C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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