#b50c8b

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

Shades of Medium Violet Red #B50C8B

Tints of Medium Violet Red #B50C8B

Color information

#B50C8B (or 0xB50C8B) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0C and 8B. RGB value is (181,12,139). Sum of RGB (Red+Green+Blue) = 181+12+139=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50C8B is #4AF374. Grayscale: #4C4C4C. Windows color (decimal): -4911989 or 9112757. OLE color: 9112757.

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

Color convert

RGB18112139-
CMYK00.930.230.29
HSL314.91º87.56%37.84%-
HSV(B)314.91º93.37%70.98%-
XYZ23.8511.9525.48-
YUV77.01162.99202.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 12 (5.08% from 255) = 3.61%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=54.52%
G=3.61%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811213900.930.230.29314.9187.5637.84
HexB5C8B05D171D13b5826
Octal265142130135273547313046
Binary101101011100100010110101110110111111011001110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b50c8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b50c8b; }

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

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

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

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

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

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

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

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