#b578e0

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

Shades of Amethyst #B578E0

Tints of Amethyst #B578E0

Color information

#B578E0 (or 0xB578E0) is unknown color: approx Amethyst. HEX triplet: B5, 78 and E0. RGB value is (181,120,224). Sum of RGB (Red+Green+Blue) = 181+120+224=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #B578E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B578E0 is #4A871F. Grayscale: #959595. Windows color (decimal): -4884256 or 14710965. OLE color: 14710965.

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

Color convert

RGB181120224-
CMYK0.190.4600.12
HSL275.19º62.65%67.45%-
HSV(B)275.19º46.43%87.84%-
XYZ39.2328.6473.98-
YUV150.1169.71150.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 120 (47.27% from 255) = 22.86%
BLUE value IS 224 (87.89% from 255) = 42.67%
R=34.48%
G=22.86%
B=42.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1811202240.190.4600.12275.1962.6567.45
HexB578E0132E0C1133f43
Octal265170340235601442377103
Binary1011010111110001110000010011101110011001000100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b578e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b578e0; }

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

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

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

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

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

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

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

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