#B408A1

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

Shades of Medium Violet Red #B408A1

Tints of Medium Violet Red #B408A1

Color information

#B408A1 (or 0xB408A1) is unknown color: approx Medium Violet Red. HEX triplet: B4, 08 and A1. RGB value is (180,8,161). Sum of RGB (Red+Green+Blue) = 180+8+161=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B408A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B408A1 is #4BF75E. Grayscale: #4C4C4C. Windows color (decimal): -4978527 or 10553524. OLE color: 10553524.

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

Color convert

RGB1808161-
CMYK00.960.110.29
HSL306.63º91.49%36.86%-
HSV(B)306.63º95.56%70.59%-
XYZ25.3412.4534.79-
YUV76.87175.48201.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 8 (3.52% from 255) = 2.29%
BLUE value IS 161 (63.28% from 255) = 46.13%
R=51.58%
G=2.29%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180816100.960.110.29306.6391.4936.86
HexB48A1060B1D1335b25
Octal264102410140133546313345
Binary10110100100010100001011000001011111011001100111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B408A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B408A1; }

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

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

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

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

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

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

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

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