Shades of Amethyst #B275DB
Tints of Amethyst #B275DB
RGB
CMYK
RGB Variations
Color information
#B275DB (or 0xB275DB) is known color: Amethyst. HEX triplet: B2, 75 and DB. RGB value is (178,117,219). Sum of RGB (Red+Green+Blue) = 178+117+219=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #B275DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275DB is #4D8A24. Grayscale: #929292. Windows color (decimal): -5081637 or 14382514. OLE color: 14382514.
HSL color Cylindrical-coordinate representation of color #B275DB: hue angle of 275.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B275DB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 117 | 219 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.14 |
| HSL | 275.88º | 0.59% | 0.66% | - |
| HSV(B) | 275.88º | 0.47% | 0.86% | - |
| XYZ | 37.51 | 27.3 | 70.31 | - |
| YUV | 146.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 219 | 0.19 | 0.47 | 0 | 0.14 | 275.88 | 0.59 | 0.66 |
| Hex | B2 | 75 | DB | 13 | 2F | 0 | E | 114 | 3B | 42 |
| Octal | 262 | 165 | 333 | 23 | 57 | 0 | 16 | 424 | 73 | 102 |
| Binary | 10110010 | 1110101 | 11011011 | 10011 | 101111 | 0 | 1110 | 100010100 | 111011 | 1000010 |
Color Harmonies of #B275DB
Complementary color
Monochromatic Colors of #B275DB
Black with #B275DB
Text Example
Text Example
White with #B275DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B275DB; }
p { color: rgb(178,117,219); }
H1.HeaderClassName
{
color: #B275DB;
}
.AnyTagClassName
{
color: #B275DB;
}
</style>
background-color css
<style>
a { background-color: #B275DB; }
a { background-color: rgb(178,117,219); }
div.DivClassName
{
background-color: #B275DB;
}
.BgClassName
{
background-color: #B275DB;
}
</style>
border-color css
<style>
span { border-color: #B275DB; }
span { border-color: rgb(178,117,219); }
td.TdClassName
{
border-color: #B275DB;
}
.TagClassName
{
border-color: #B275DB;
}
</style>