#B06FD0

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

Shades of Amethyst #B06FD0

Tints of Amethyst #B06FD0

Color information

#B06FD0 (or 0xB06FD0) is unknown color: approx Amethyst. HEX triplet: B0, 6F and D0. RGB value is (176,111,208). Sum of RGB (Red+Green+Blue) = 176+111+208=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #B06FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FD0 is #4F902F. Grayscale: #8D8D8D. Windows color (decimal): -5214256 or 13660080. OLE color: 13660080.

HSL color Cylindrical-coordinate representation of color #B06FD0: hue angle of 280.21º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B06FD0 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176111208-
CMYK0.150.4700.18
HSL280.21º50.79%62.55%-
HSV(B)280.21º46.63%81.57%-
XYZ34.9725.1562.69-
YUV141.49165.53152.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=35.56%
G=22.42%
B=42.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761112080.150.4700.18280.2150.7962.55
HexB06FD0F2F012118333f
Octal26015732017570224306377
Binary101100001101111110100001111101111010010100011000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06FD0; }

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

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

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

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

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

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

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

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