#B678E1

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

Shades of Amethyst #B678E1

Tints of Amethyst #B678E1

Color information

#B678E1 (or 0xB678E1) is unknown color: approx Amethyst. HEX triplet: B6, 78 and E1. RGB value is (182,120,225). Sum of RGB (Red+Green+Blue) = 182+120+225=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #B678E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B678E1 is #49871E. Grayscale: #969696. Windows color (decimal): -4818719 or 14776502. OLE color: 14776502.

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

Color convert

RGB182120225-
CMYK0.190.4700.12
HSL275.43º63.64%67.65%-
HSV(B)275.43º46.67%88.24%-
XYZ39.628.8174.71-
YUV150.51170.04150.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.54%
GREEN value IS 120 (47.27% from 255) = 22.77%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=34.54%
G=22.77%
B=42.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1821202250.190.4700.12275.4363.6467.65
HexB678E1132F0C1134044
Octal2661703412357014423100104
Binary10110110111100011100001100111011110110010001001110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B678E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B678E1; }

 p { color: rgb(182,120,225); }

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

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

 a { background-color: rgb(182,120,225); }

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

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

 span { border-color: rgb(182,120,225); }

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