#B372DE

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

Shades of Amethyst #B372DE

Tints of Amethyst #B372DE

Color information

#B372DE (or 0xB372DE) is unknown color: approx Amethyst. HEX triplet: B3, 72 and DE. RGB value is (179,114,222). Sum of RGB (Red+Green+Blue) = 179+114+222=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #B372DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372DE is #4C8D21. Grayscale: #919191. Windows color (decimal): -5016866 or 14578355. OLE color: 14578355.

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

Color convert

RGB179114222-
CMYK0.190.4900.13
HSL276.11º62.07%65.88%-
HSV(B)276.11º48.65%87.06%-
XYZ37.7926.8972.31-
YUV145.75171.03151.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 114 (44.92% from 255) = 22.14%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=34.76%
G=22.14%
B=43.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791142220.190.4900.13276.1162.0765.88
HexB372DE13310D1143e42
Octal263162336236101542476102
Binary1011001111100101101111010011110001011011000101001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372DE; }

 p { color: rgb(179,114,222); }

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

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

 a { background-color: rgb(179,114,222); }

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

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

 span { border-color: rgb(179,114,222); }

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