#B279E0

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

Shades of Amethyst #B279E0

Tints of Amethyst #B279E0

Color information

#B279E0 (or 0xB279E0) is unknown color: approx Amethyst. HEX triplet: B2, 79 and E0. RGB value is (178,121,224). Sum of RGB (Red+Green+Blue) = 178+121+224=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #B279E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279E0 is #4D861F. Grayscale: #959595. Windows color (decimal): -5080608 or 14711218. OLE color: 14711218.

HSL color Cylindrical-coordinate representation of color #B279E0: hue angle of 273.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B279E0 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178121224-
CMYK0.210.4600.12
HSL273.2º62.42%67.65%-
HSV(B)273.2º45.98%87.84%-
XYZ38.6528.5273.99-
YUV149.78169.88148.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 224 (87.89% from 255) = 42.83%
R=34.03%
G=23.14%
B=42.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781212240.210.4600.12273.262.4267.65
HexB279E0152E0C1113e44
Octal262171340255601442176104
Binary1011001011110011110000010101101110011001000100011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B279E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B279E0; }

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

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

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

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

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

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

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

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