#B578DA

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

Shades of Amethyst #B578DA

Tints of Amethyst #B578DA

Color information

#B578DA (or 0xB578DA) is unknown color: approx Amethyst. HEX triplet: B5, 78 and DA. RGB value is (181,120,218). Sum of RGB (Red+Green+Blue) = 181+120+218=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #B578DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B578DA is #4A8725. Grayscale: #959595. Windows color (decimal): -4884262 or 14317749. OLE color: 14317749.

HSL color Cylindrical-coordinate representation of color #B578DA: hue angle of 277.35º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B578DA is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181120218-
CMYK0.170.4500.15
HSL277.35º56.98%66.27%-
HSV(B)277.35º44.95%85.49%-
XYZ38.4328.3269.77-
YUV149.41166.71150.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 120 (47.27% from 255) = 23.12%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=34.87%
G=23.12%
B=42.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811202180.170.4500.15277.3556.9866.27
HexB578DA112D0F1153942
Octal265170332215501742571102
Binary1011010111110001101101010001101101011111000101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B578DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B578DA; }

 p { color: rgb(181,120,218); }

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

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

 a { background-color: rgb(181,120,218); }

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

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

 span { border-color: rgb(181,120,218); }

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