Html Css Color HEX #B50F7C Medium Violet Red

📋 copy color: '#B50F7C'

red 181 ◦ green 15 ◦ blue 124

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

Shades of Medium Violet Red #B50F7C

Tints of Medium Violet Red #B50F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.69%

 BLUE value IS 124 (48.83% from 255) = 38.75%

R = 56.56%
G = 4.69%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B50F7C (or 0xB50F7C) is known color: Medium Violet Red. HEX triplet: B5, 0F and 7C. RGB value is (181,15,124). Sum of RGB (Red+Green+Blue) = 181+15+124=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50F7C is #4AF083. Grayscale: #4C4C4C. Windows color (decimal): -4911236 or 8130485. OLE color: 8130485.

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

Color convert

RGB 181 15 124 -
CMYK 0 0.92 0.31 0.29
HSL 320.6º 0.85% 0.38% -
HSV(B) 320.6º 0.92% 0.71% -
XYZ 22.86 11.62 20.11 -
YUV 77.06 154.5 202.14 -
System Red Green Blue C M Y K H S L
Decimal 181 15 124 0 0.92 0.31 0.29 320.6 0.85 0.38
Hex B5 F 7C 0 5C 1F 1D 141 55 26
Octal 265 17 174 0 134 37 35 501 125 46
Binary 10110101 1111 1111100 0 1011100 11111 11101 101000001 1010101 100110

Color Harmonies of #B50F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50F7C

Black with #B50F7C

Text Example


Text Example

White with #B50F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50F7C; }

 p { color: rgb(181,15,124); }

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

background-color css

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

 a { background-color: rgb(181,15,124); }

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

border-color css

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

 span { border-color: rgb(181,15,124); }

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