Shades of Dark Orchid #B826D8
Tints of Dark Orchid #B826D8
RGB
CMYK
RGB Variations
Color information
#B826D8 (or 0xB826D8) is known color: Dark Orchid. HEX triplet: B8, 26 and D8. RGB value is (184,38,216). Sum of RGB (Red+Green+Blue) = 184+38+216=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #B826D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826D8 is #47D927. Grayscale: #656565. Windows color (decimal): -4708648 or 14165688. OLE color: 14165688.
HSL color Cylindrical-coordinate representation of color #B826D8: hue angle of 289.21º 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 #B826D8 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 38 | 216 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.15 |
| HSL | 289.21º | 0.7% | 0.5% | - |
| HSV(B) | 289.21º | 0.82% | 0.85% | - |
| XYZ | 32.85 | 16.53 | 66.43 | - |
| YUV | 101.95 | 192.37 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 216 | 0.15 | 0.82 | 0 | 0.15 | 289.21 | 0.7 | 0.5 |
| Hex | B8 | 26 | D8 | F | 52 | 0 | F | 121 | 46 | 32 |
| Octal | 270 | 46 | 330 | 17 | 122 | 0 | 17 | 441 | 106 | 62 |
| Binary | 10111000 | 100110 | 11011000 | 1111 | 1010010 | 0 | 1111 | 100100001 | 1000110 | 110010 |
Color Harmonies of #B826D8
Complementary color
Monochromatic Colors of #B826D8
Black with #B826D8
Text Example
Text Example
White with #B826D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826D8; }
p { color: rgb(184,38,216); }
H1.HeaderClassName
{
color: #B826D8;
}
.AnyTagClassName
{
color: #B826D8;
}
</style>
background-color css
<style>
a { background-color: #B826D8; }
a { background-color: rgb(184,38,216); }
div.DivClassName
{
background-color: #B826D8;
}
.BgClassName
{
background-color: #B826D8;
}
</style>
border-color css
<style>
span { border-color: #B826D8; }
span { border-color: rgb(184,38,216); }
td.TdClassName
{
border-color: #B826D8;
}
.TagClassName
{
border-color: #B826D8;
}
</style>