#B474DD

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

Shades of Amethyst #B474DD

Tints of Amethyst #B474DD

Color information

#B474DD (or 0xB474DD) is unknown color: approx Amethyst. HEX triplet: B4, 74 and DD. RGB value is (180,116,221). Sum of RGB (Red+Green+Blue) = 180+116+221=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #B474DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474DD is #4B8B22. Grayscale: #929292. Windows color (decimal): -4950819 or 14513332. OLE color: 14513332.

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

Color convert

RGB180116221-
CMYK0.190.4800.13
HSL276.57º60.69%66.08%-
HSV(B)276.57º47.51%86.67%-
XYZ38.1227.4171.69-
YUV147.11169.7151.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 116 (45.70% from 255) = 22.44%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=34.82%
G=22.44%
B=42.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801162210.190.4800.13276.5760.6966.08
HexB474DD13300D1153d42
Octal264164335236001542575102
Binary1011010011101001101110110011110000011011000101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474DD; }

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

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

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

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

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

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

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

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