#B415A0

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

Shades of Medium Violet Red #B415A0

Tints of Medium Violet Red #B415A0

Color information

#B415A0 (or 0xB415A0) is unknown color: approx Medium Violet Red. HEX triplet: B4, 15 and A0. RGB value is (180,21,160). Sum of RGB (Red+Green+Blue) = 180+21+160=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B415A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B415A0 is #4BEA5F. Grayscale: #535353. Windows color (decimal): -4975200 or 10491316. OLE color: 10491316.

HSL color Cylindrical-coordinate representation of color #B415A0: hue angle of 307.55º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B415A0 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB18021160-
CMYK00.880.110.29
HSL307.55º79.1%39.41%-
HSV(B)307.55º88.33%70.59%-
XYZ25.4412.7834.38-
YUV84.39170.68196.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 21 (8.59% from 255) = 5.82%
BLUE value IS 160 (62.89% from 255) = 44.32%
R=49.86%
G=5.82%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802116000.880.110.29307.5579.139.41
HexB415A0058B1D1344f27
Octal264252400130133546411747
Binary101101001010110100000010110001011111011001101001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B415A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B415A0; }

 p { color: rgb(180,21,160); }

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

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

 a { background-color: rgb(180,21,160); }

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

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

 span { border-color: rgb(180,21,160); }

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