Shades of Amethyst #B36FE7
Tints of Amethyst #B36FE7
RGB
CMYK
RGB Variations
Color information
#B36FE7 (or 0xB36FE7) is known color: Amethyst. HEX triplet: B3, 6F and E7. RGB value is (179,111,231). Sum of RGB (Red+Green+Blue) = 179+111+231=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #B36FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36FE7 is #4C9018. Grayscale: #909090. Windows color (decimal): -5017625 or 15167411. OLE color: 15167411.
HSL color Cylindrical-coordinate representation of color #B36FE7: hue angle of 274º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B36FE7 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 111 | 231 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.09 |
| HSL | 274º | 0.71% | 0.67% | - |
| HSV(B) | 274º | 0.52% | 0.91% | - |
| XYZ | 38.7 | 26.72 | 78.72 | - |
| YUV | 145.01 | 176.53 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 231 | 0.23 | 0.52 | 0 | 0.09 | 274 | 0.71 | 0.67 |
| Hex | B3 | 6F | E7 | 17 | 34 | 0 | 9 | 112 | 47 | 43 |
| Octal | 263 | 157 | 347 | 27 | 64 | 0 | 11 | 422 | 107 | 103 |
| Binary | 10110011 | 1101111 | 11100111 | 10111 | 110100 | 0 | 1001 | 100010010 | 1000111 | 1000011 |
Color Harmonies of #B36FE7
Complementary color
Monochromatic Colors of #B36FE7
Black with #B36FE7
Text Example
Text Example
White with #B36FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36FE7; }
p { color: rgb(179,111,231); }
H1.HeaderClassName
{
color: #B36FE7;
}
.AnyTagClassName
{
color: #B36FE7;
}
</style>
background-color css
<style>
a { background-color: #B36FE7; }
a { background-color: rgb(179,111,231); }
div.DivClassName
{
background-color: #B36FE7;
}
.BgClassName
{
background-color: #B36FE7;
}
</style>
border-color css
<style>
span { border-color: #B36FE7; }
span { border-color: rgb(179,111,231); }
td.TdClassName
{
border-color: #B36FE7;
}
.TagClassName
{
border-color: #B36FE7;
}
</style>