#B478DD

Color #B478DD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #B478DD

Tints of Amethyst #B478DD

Color information

#B478DD (or 0xB478DD) is unknown color: approx Amethyst. HEX triplet: B4, 78 and DD. RGB value is (180,120,221). Sum of RGB (Red+Green+Blue) = 180+120+221=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #B478DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B478DD is #4B8722. Grayscale: #959595. Windows color (decimal): -4949795 or 14514356. OLE color: 14514356.

HSL color Cylindrical-coordinate representation of color #B478DD: hue angle of 275.64º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B478DD is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180120221-
CMYK0.190.4600.13
HSL275.64º59.76%66.86%-
HSV(B)275.64º45.7%86.67%-
XYZ38.5928.3671.85-
YUV149.45168.38149.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=34.55%
G=23.03%
B=42.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801202210.190.4600.13275.6459.7666.86
HexB478DD132E0D1143c43
Octal264170335235601542474103
Binary1011010011110001101110110011101110011011000101001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B478DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B478DD; }

 p { color: rgb(180,120,221); }

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

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

 a { background-color: rgb(180,120,221); }

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

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

 span { border-color: rgb(180,120,221); }

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