Shades of Dark Orchid #B826DA
Tints of Dark Orchid #B826DA
RGB
CMYK
RGB Variations
Color information
#B826DA (or 0xB826DA) is known color: Dark Orchid. HEX triplet: B8, 26 and DA. RGB value is (184,38,218). Sum of RGB (Red+Green+Blue) = 184+38+218=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #B826DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826DA is #47D925. Grayscale: #656565. Windows color (decimal): -4708646 or 14296760. OLE color: 14296760.
HSL color Cylindrical-coordinate representation of color #B826DA: hue angle of 288.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B826DA is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 38 | 218 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.15 |
| HSL | 288.67º | 0.71% | 0.5% | - |
| HSV(B) | 288.67º | 0.83% | 0.85% | - |
| XYZ | 33.12 | 16.64 | 67.8 | - |
| YUV | 102.17 | 193.37 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 218 | 0.16 | 0.83 | 0 | 0.15 | 288.67 | 0.71 | 0.5 |
| Hex | B8 | 26 | DA | 10 | 53 | 0 | F | 121 | 47 | 32 |
| Octal | 270 | 46 | 332 | 20 | 123 | 0 | 17 | 441 | 107 | 62 |
| Binary | 10111000 | 100110 | 11011010 | 10000 | 1010011 | 0 | 1111 | 100100001 | 1000111 | 110010 |
Color Harmonies of #B826DA
Complementary color
Monochromatic Colors of #B826DA
Black with #B826DA
Text Example
Text Example
White with #B826DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826DA; }
p { color: rgb(184,38,218); }
H1.HeaderClassName
{
color: #B826DA;
}
.AnyTagClassName
{
color: #B826DA;
}
</style>
background-color css
<style>
a { background-color: #B826DA; }
a { background-color: rgb(184,38,218); }
div.DivClassName
{
background-color: #B826DA;
}
.BgClassName
{
background-color: #B826DA;
}
</style>
border-color css
<style>
span { border-color: #B826DA; }
span { border-color: rgb(184,38,218); }
td.TdClassName
{
border-color: #B826DA;
}
.TagClassName
{
border-color: #B826DA;
}
</style>