#B375DE

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

Shades of Amethyst #B375DE

Tints of Amethyst #B375DE

Color information

#B375DE (or 0xB375DE) is unknown color: approx Amethyst. HEX triplet: B3, 75 and DE. RGB value is (179,117,222). Sum of RGB (Red+Green+Blue) = 179+117+222=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #B375DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375DE is #4C8A21. Grayscale: #939393. Windows color (decimal): -5016098 or 14579123. OLE color: 14579123.

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

Color convert

RGB179117222-
CMYK0.190.4700.13
HSL275.43º61.4%66.47%-
HSV(B)275.43º47.3%87.06%-
XYZ38.1427.5872.42-
YUV147.51170.04150.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 117 (46.09% from 255) = 22.59%
BLUE value IS 222 (87.11% from 255) = 42.86%
R=34.56%
G=22.59%
B=42.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791172220.190.4700.13275.4361.466.47
HexB375DE132F0D1133d42
Octal263165336235701542375102
Binary1011001111101011101111010011101111011011000100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375DE; }

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

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

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

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

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

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

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

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