#B06FD6

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

Shades of Amethyst #B06FD6

Tints of Amethyst #B06FD6

Color information

#B06FD6 (or 0xB06FD6) is unknown color: approx Amethyst. HEX triplet: B0, 6F and D6. RGB value is (176,111,214). Sum of RGB (Red+Green+Blue) = 176+111+214=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #B06FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FD6 is #4F9029. Grayscale: #8D8D8D. Windows color (decimal): -5214250 or 14053296. OLE color: 14053296.

HSL color Cylindrical-coordinate representation of color #B06FD6: hue angle of 277.86º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06FD6 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176111214-
CMYK0.180.4800.16
HSL277.86º55.68%63.73%-
HSV(B)277.86º48.13%83.92%-
XYZ35.7325.4566.65-
YUV142.18168.53152.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 111 (43.75% from 255) = 22.16%
BLUE value IS 214 (83.98% from 255) = 42.71%
R=35.13%
G=22.16%
B=42.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761112140.180.4800.16277.8655.6863.73
HexB06FD612300101163840
Octal260157326226002042670100
Binary10110000110111111010110100101100000100001000101101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06FD6; }

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

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

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

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

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

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

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

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