Shades of Amethyst #B270DC
Tints of Amethyst #B270DC
RGB
CMYK
RGB Variations
Color information
#B270DC (or 0xB270DC) is known color: Amethyst. HEX triplet: B2, 70 and DC. RGB value is (178,112,220). Sum of RGB (Red+Green+Blue) = 178+112+220=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #B270DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270DC is #4D8F23. Grayscale: #8F8F8F. Windows color (decimal): -5082916 or 14446770. OLE color: 14446770.
HSL color Cylindrical-coordinate representation of color #B270DC: hue angle of 276.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B270DC is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 112 | 220 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.14 |
| HSL | 276.67º | 0.61% | 0.65% | - |
| HSV(B) | 276.67º | 0.49% | 0.86% | - |
| XYZ | 37.07 | 26.22 | 70.82 | - |
| YUV | 144.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 220 | 0.19 | 0.49 | 0 | 0.14 | 276.67 | 0.61 | 0.65 |
| Hex | B2 | 70 | DC | 13 | 31 | 0 | E | 115 | 3D | 41 |
| Octal | 262 | 160 | 334 | 23 | 61 | 0 | 16 | 425 | 75 | 101 |
| Binary | 10110010 | 1110000 | 11011100 | 10011 | 110001 | 0 | 1110 | 100010101 | 111101 | 1000001 |
Color Harmonies of #B270DC
Complementary color
Monochromatic Colors of #B270DC
Black with #B270DC
Text Example
Text Example
White with #B270DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B270DC; }
p { color: rgb(178,112,220); }
H1.HeaderClassName
{
color: #B270DC;
}
.AnyTagClassName
{
color: #B270DC;
}
</style>
background-color css
<style>
a { background-color: #B270DC; }
a { background-color: rgb(178,112,220); }
div.DivClassName
{
background-color: #B270DC;
}
.BgClassName
{
background-color: #B270DC;
}
</style>
border-color css
<style>
span { border-color: #B270DC; }
span { border-color: rgb(178,112,220); }
td.TdClassName
{
border-color: #B270DC;
}
.TagClassName
{
border-color: #B270DC;
}
</style>