#B416A5

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

Shades of Medium Violet Red #B416A5

Tints of Medium Violet Red #B416A5

Color information

#B416A5 (or 0xB416A5) is unknown color: approx Medium Violet Red. HEX triplet: B4, 16 and A5. RGB value is (180,22,165). Sum of RGB (Red+Green+Blue) = 180+22+165=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B416A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B416A5 is #4BE95A. Grayscale: #555555. Windows color (decimal): -4974939 or 10819252. OLE color: 10819252.

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

Color convert

RGB18022165-
CMYK00.880.080.29
HSL305.7º78.22%39.61%-
HSV(B)305.7º87.78%70.59%-
XYZ25.912.9936.74-
YUV85.54172.85195.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 22 (8.98% from 255) = 5.99%
BLUE value IS 165 (64.84% from 255) = 44.96%
R=49.05%
G=5.99%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802216500.880.080.29305.778.2239.61
HexB416A505881D1324e28
Octal264262450130103546211650
Binary101101001011010100101010110001000111011001100101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B416A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B416A5; }

 p { color: rgb(180,22,165); }

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

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

 a { background-color: rgb(180,22,165); }

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

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

 span { border-color: rgb(180,22,165); }

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