#B476DD

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

Shades of Amethyst #B476DD

Tints of Amethyst #B476DD

Color information

#B476DD (or 0xB476DD) is unknown color: approx Amethyst. HEX triplet: B4, 76 and DD. RGB value is (180,118,221). Sum of RGB (Red+Green+Blue) = 180+118+221=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #B476DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476DD is #4B8922. Grayscale: #939393. Windows color (decimal): -4950307 or 14513844. OLE color: 14513844.

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

Color convert

RGB180118221-
CMYK0.190.4700.13
HSL276.12º60.23%66.47%-
HSV(B)276.12º46.61%86.67%-
XYZ38.3527.8871.77-
YUV148.28169.04150.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 118 (46.48% from 255) = 22.74%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=34.68%
G=22.74%
B=42.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801182210.190.4700.13276.1260.2366.47
HexB476DD132F0D1143c42
Octal264166335235701542474102
Binary1011010011101101101110110011101111011011000101001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B476DD; }

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

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

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

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

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

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

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

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