#B279D9

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

Shades of Amethyst #B279D9

Tints of Amethyst #B279D9

Color information

#B279D9 (or 0xB279D9) is unknown color: approx Amethyst. HEX triplet: B2, 79 and D9. RGB value is (178,121,217). Sum of RGB (Red+Green+Blue) = 178+121+217=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #B279D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279D9 is #4D8626. Grayscale: #949494. Windows color (decimal): -5080615 or 14252466. OLE color: 14252466.

HSL color Cylindrical-coordinate representation of color #B279D9: hue angle of 275.62º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B279D9 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178121217-
CMYK0.180.4400.15
HSL275.62º55.81%66.27%-
HSV(B)275.62º44.24%85.1%-
XYZ37.7228.1569.09-
YUV148.99166.38148.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 121 (47.66% from 255) = 23.45%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=34.50%
G=23.45%
B=42.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781212170.180.4400.15275.6255.8166.27
HexB279D9122C0F1143842
Octal262171331225401742470102
Binary1011001011110011101100110010101100011111000101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B279D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B279D9; }

 p { color: rgb(178,121,217); }

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

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

 a { background-color: rgb(178,121,217); }

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

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

 span { border-color: rgb(178,121,217); }

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