#b06fd3

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

Shades of Amethyst #B06FD3

Tints of Amethyst #B06FD3

Color information

#B06FD3 (or 0xB06FD3) is unknown color: approx Amethyst. HEX triplet: B0, 6F and D3. RGB value is (176,111,211). Sum of RGB (Red+Green+Blue) = 176+111+211=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 211 - color contains mainly: blue. Hex color #B06FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FD3 is #4F902C. Grayscale: #8D8D8D. Windows color (decimal): -5214253 or 13856688. OLE color: 13856688.

HSL color Cylindrical-coordinate representation of color #B06FD3: hue angle of 279º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B06FD3 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB176111211-
CMYK0.170.4700.17
HSL279º53.19%63.14%-
HSV(B)279º47.39%82.75%-
XYZ35.3525.364.65-
YUV141.83167.03152.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 111 (43.75% from 255) = 22.29%
BLUE value IS 211 (82.81% from 255) = 42.37%
R=35.34%
G=22.29%
B=42.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1761112110.170.4700.1727953.1963.14
HexB06FD3112F011117353f
Octal26015732321570214276577
Binary1011000011011111101001110001101111010001100010111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06fd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06fd3; }

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

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

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

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

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

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

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

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