#B415A1

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

Shades of Medium Violet Red #B415A1

Tints of Medium Violet Red #B415A1

Color information

#B415A1 (or 0xB415A1) is unknown color: approx Medium Violet Red. HEX triplet: B4, 15 and A1. RGB value is (180,21,161). Sum of RGB (Red+Green+Blue) = 180+21+161=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B415A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B415A1 is #4BEA5E. Grayscale: #545454. Windows color (decimal): -4975199 or 10556852. OLE color: 10556852.

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

Color convert

RGB18021161-
CMYK00.880.110.29
HSL307.17º79.1%39.41%-
HSV(B)307.17º88.33%70.59%-
XYZ25.5212.8134.85-
YUV84.5171.18196.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 21 (8.59% from 255) = 5.80%
BLUE value IS 161 (63.28% from 255) = 44.48%
R=49.72%
G=5.80%
B=44.48%

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
Decimal1802116100.880.110.29307.1779.139.41
HexB415A1058B1D1334f27
Octal264252410130133546311747
Binary101101001010110100001010110001011111011001100111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B415A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B415A1; }

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

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

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

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

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

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

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

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