#B06FD9

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

Shades of Amethyst #B06FD9

Tints of Amethyst #B06FD9

Color information

#B06FD9 (or 0xB06FD9) is unknown color: approx Amethyst. HEX triplet: B0, 6F and D9. RGB value is (176,111,217). Sum of RGB (Red+Green+Blue) = 176+111+217=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #B06FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FD9 is #4F9026. Grayscale: #8E8E8E. Windows color (decimal): -5214247 or 14249904. OLE color: 14249904.

HSL color Cylindrical-coordinate representation of color #B06FD9: hue angle of 276.79º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B06FD9 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176111217-
CMYK0.190.4900.15
HSL276.79º58.24%64.31%-
HSV(B)276.79º48.85%85.1%-
XYZ36.1125.6168.69-
YUV142.52170.03151.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 111 (43.75% from 255) = 22.02%
BLUE value IS 217 (85.16% from 255) = 43.06%
R=34.92%
G=22.02%
B=43.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761112170.190.4900.15276.7958.2464.31
HexB06FD913310F1153a40
Octal260157331236101742572100
Binary1011000011011111101100110011110001011111000101011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06FD9; }

 p { color: rgb(176,111,217); }

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

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

 a { background-color: rgb(176,111,217); }

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

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

 span { border-color: rgb(176,111,217); }

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