#B275DE

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

Shades of Amethyst #B275DE

Tints of Amethyst #B275DE

Color information

#B275DE (or 0xB275DE) is unknown color: approx Amethyst. HEX triplet: B2, 75 and DE. RGB value is (178,117,222). Sum of RGB (Red+Green+Blue) = 178+117+222=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #B275DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275DE is #4D8A21. Grayscale: #929292. Windows color (decimal): -5081634 or 14579122. OLE color: 14579122.

HSL color Cylindrical-coordinate representation of color #B275DE: hue angle of 274.86º 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 #B275DE is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178117222-
CMYK0.200.4700.13
HSL274.86º61.4%66.47%-
HSV(B)274.86º47.3%87.06%-
XYZ37.9127.4672.41-
YUV147.21170.21149.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 117 (46.09% from 255) = 22.63%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=34.43%
G=22.63%
B=42.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781172220.200.4700.13274.8661.466.47
HexB275DE142F0D1133d42
Octal262165336245701542375102
Binary1011001011101011101111010100101111011011000100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B275DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B275DE; }

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

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

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

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

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

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

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

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