Shades of Dark Orchid #B127D7
Tints of Dark Orchid #B127D7
RGB
CMYK
RGB Variations
Color information
#B127D7 (or 0xB127D7) is known color: Dark Orchid. HEX triplet: B1, 27 and D7. RGB value is (177,39,215). Sum of RGB (Red+Green+Blue) = 177+39+215=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #B127D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127D7 is #4ED828. Grayscale: #636363. Windows color (decimal): -5167145 or 14100401. OLE color: 14100401.
HSL color Cylindrical-coordinate representation of color #B127D7: hue angle of 287.05º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B127D7 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 39 | 215 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.16 |
| HSL | 287.05º | 0.69% | 0.5% | - |
| HSV(B) | 287.05º | 0.82% | 0.84% | - |
| XYZ | 31.12 | 15.7 | 65.68 | - |
| YUV | 100.33 | 192.72 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 215 | 0.18 | 0.82 | 0 | 0.16 | 287.05 | 0.69 | 0.5 |
| Hex | B1 | 27 | D7 | 12 | 52 | 0 | 10 | 11F | 45 | 32 |
| Octal | 261 | 47 | 327 | 22 | 122 | 0 | 20 | 437 | 105 | 62 |
| Binary | 10110001 | 100111 | 11010111 | 10010 | 1010010 | 0 | 10000 | 100011111 | 1000101 | 110010 |
Color Harmonies of #B127D7
Complementary color
Monochromatic Colors of #B127D7
Black with #B127D7
Text Example
Text Example
White with #B127D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B127D7; }
p { color: rgb(177,39,215); }
H1.HeaderClassName
{
color: #B127D7;
}
.AnyTagClassName
{
color: #B127D7;
}
</style>
background-color css
<style>
a { background-color: #B127D7; }
a { background-color: rgb(177,39,215); }
div.DivClassName
{
background-color: #B127D7;
}
.BgClassName
{
background-color: #B127D7;
}
</style>
border-color css
<style>
span { border-color: #B127D7; }
span { border-color: rgb(177,39,215); }
td.TdClassName
{
border-color: #B127D7;
}
.TagClassName
{
border-color: #B127D7;
}
</style>