#B50F7E

Color #B50F7E Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B50F7E

Tints of Medium Violet Red #B50F7E

Color information

#B50F7E (or 0xB50F7E) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0F and 7E. RGB value is (181,15,126). Sum of RGB (Red+Green+Blue) = 181+15+126=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50F7E is #4AF081. Grayscale: #4D4D4D. Windows color (decimal): -4911234 or 8261557. OLE color: 8261557.

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

Color convert

RGB18115126-
CMYK00.920.300.29
HSL319.88º84.69%38.43%-
HSV(B)319.88º91.71%70.98%-
XYZ22.9911.6720.78-
YUV77.29155.5201.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 15 (6.25% from 255) = 4.66%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=56.21%
G=4.66%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811512600.920.300.29319.8884.6938.43
HexB5F7E05C1E1D1405526
Octal265171760134363550012546
Binary10110101111111111100101110011110111011010000001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F7E; }

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

 H1.HeaderClassName
 {
   color: #B50F7E;
 }
 .AnyTagClassName
 {
   color: #B50F7E;
 }
</style>
background-color css

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

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

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

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

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

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