Shades of Dark Orchid #B827D9
Tints of Dark Orchid #B827D9
RGB
CMYK
RGB Variations
Color information
#B827D9 (or 0xB827D9) is known color: Dark Orchid. HEX triplet: B8, 27 and D9. RGB value is (184,39,217). Sum of RGB (Red+Green+Blue) = 184+39+217=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #B827D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827D9 is #47D826. Grayscale: #666666. Windows color (decimal): -4708391 or 14231480. OLE color: 14231480.
HSL color Cylindrical-coordinate representation of color #B827D9: hue angle of 288.88º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B827D9 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 39 | 217 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.15 |
| HSL | 288.88º | 0.7% | 0.5% | - |
| HSV(B) | 288.88º | 0.82% | 0.85% | - |
| XYZ | 33.02 | 16.65 | 67.12 | - |
| YUV | 102.65 | 192.54 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 217 | 0.15 | 0.82 | 0 | 0.15 | 288.88 | 0.7 | 0.5 |
| Hex | B8 | 27 | D9 | F | 52 | 0 | F | 121 | 46 | 32 |
| Octal | 270 | 47 | 331 | 17 | 122 | 0 | 17 | 441 | 106 | 62 |
| Binary | 10111000 | 100111 | 11011001 | 1111 | 1010010 | 0 | 1111 | 100100001 | 1000110 | 110010 |
Color Harmonies of #B827D9
Complementary color
Monochromatic Colors of #B827D9
Black with #B827D9
Text Example
Text Example
White with #B827D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827D9; }
p { color: rgb(184,39,217); }
H1.HeaderClassName
{
color: #B827D9;
}
.AnyTagClassName
{
color: #B827D9;
}
</style>
background-color css
<style>
a { background-color: #B827D9; }
a { background-color: rgb(184,39,217); }
div.DivClassName
{
background-color: #B827D9;
}
.BgClassName
{
background-color: #B827D9;
}
</style>
border-color css
<style>
span { border-color: #B827D9; }
span { border-color: rgb(184,39,217); }
td.TdClassName
{
border-color: #B827D9;
}
.TagClassName
{
border-color: #B827D9;
}
</style>