#b06fe5

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

Shades of Amethyst #B06FE5

Tints of Amethyst #B06FE5

Color information

#B06FE5 (or 0xB06FE5) is unknown color: approx Amethyst. HEX triplet: B0, 6F and E5. RGB value is (176,111,229). Sum of RGB (Red+Green+Blue) = 176+111+229=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #B06FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FE5 is #4F901A. Grayscale: #8F8F8F. Windows color (decimal): -5214235 or 15036336. OLE color: 15036336.

HSL color Cylindrical-coordinate representation of color #B06FE5: hue angle of 273.05º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06FE5 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176111229-
CMYK0.230.5200.10
HSL273.05º69.41%66.67%-
HSV(B)273.05º51.53%89.8%-
XYZ37.7326.2677.21-
YUV143.89176.03150.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 111 (43.75% from 255) = 21.51%
BLUE value IS 229 (89.84% from 255) = 44.38%
R=34.11%
G=21.51%
B=44.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761112290.230.5200.10273.0569.4166.67
HexB06FE517340A1114543
Octal2601573452764012421105103
Binary10110000110111111100101101111101000101010001000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06fe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06fe5; }

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

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

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

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

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

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

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

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