#B06BDB

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

Shades of Amethyst #B06BDB

Tints of Amethyst #B06BDB

Color information

#B06BDB (or 0xB06BDB) is unknown color: approx Amethyst. HEX triplet: B0, 6B and DB. RGB value is (176,107,219). Sum of RGB (Red+Green+Blue) = 176+107+219=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #B06BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BDB is #4F9424. Grayscale: #8C8C8C. Windows color (decimal): -5215269 or 14379952. OLE color: 14379952.

HSL color Cylindrical-coordinate representation of color #B06BDB: hue angle of 276.96º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B06BDB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176107219-
CMYK0.200.5100.14
HSL276.96º60.87%63.92%-
HSV(B)276.96º51.14%85.88%-
XYZ35.9524.8669.92-
YUV140.4172.36153.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 107 (42.19% from 255) = 21.31%
BLUE value IS 219 (85.94% from 255) = 43.63%
R=35.06%
G=21.31%
B=43.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761072190.200.5100.14276.9660.8763.92
HexB06BDB14330E1153d40
Octal260153333246301642575100
Binary1011000011010111101101110100110011011101000101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06BDB; }

 p { color: rgb(176,107,219); }

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

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

 a { background-color: rgb(176,107,219); }

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

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

 span { border-color: rgb(176,107,219); }

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