#B575DF

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

Shades of Amethyst #B575DF

Tints of Amethyst #B575DF

Color information

#B575DF (or 0xB575DF) is unknown color: approx Amethyst. HEX triplet: B5, 75 and DF. RGB value is (181,117,223). Sum of RGB (Red+Green+Blue) = 181+117+223=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #B575DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575DF is #4A8A20. Grayscale: #939393. Windows color (decimal): -4885025 or 14644661. OLE color: 14644661.

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

Color convert

RGB181117223-
CMYK0.190.4800.13
HSL276.23º62.35%66.67%-
HSV(B)276.23º47.53%87.45%-
XYZ38.7427.8773.15-
YUV148.22170.2151.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=34.74%
G=22.46%
B=42.80%

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
Decimal1811172230.190.4800.13276.2362.3566.67
HexB575DF13300D1143e43
Octal265165337236001542476103
Binary1011010111101011101111110011110000011011000101001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575DF; }

 p { color: rgb(181,117,223); }

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

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

 a { background-color: rgb(181,117,223); }

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

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

 span { border-color: rgb(181,117,223); }

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