#B50F92

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

Shades of Medium Violet Red #B50F92

Tints of Medium Violet Red #B50F92

Color information

#B50F92 (or 0xB50F92) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0F and 92. RGB value is (181,15,146). Sum of RGB (Red+Green+Blue) = 181+15+146=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50F92 is #4AF06D. Grayscale: #4F4F4F. Windows color (decimal): -4911214 or 9572277. OLE color: 9572277.

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

Color convert

RGB18115146-
CMYK00.920.190.29
HSL312.65º84.69%38.43%-
HSV(B)312.65º91.71%70.98%-
XYZ24.4212.2428.27-
YUV79.57165.5200.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 15 (6.25% from 255) = 4.39%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=52.92%
G=4.39%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811514600.920.190.29312.6584.6938.43
HexB5F9205C131D1395526
Octal265172220134233547112546
Binary101101011111100100100101110010011111011001110011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F92; }

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

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

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

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

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

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

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

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