Shades of Dark Orchid #B826DC
Tints of Dark Orchid #B826DC
RGB
CMYK
RGB Variations
Color information
#B826DC (or 0xB826DC) is known color: Dark Orchid. HEX triplet: B8, 26 and DC. RGB value is (184,38,220). Sum of RGB (Red+Green+Blue) = 184+38+220=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #B826DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826DC is #47D923. Grayscale: #656565. Windows color (decimal): -4708644 or 14427832. OLE color: 14427832.
HSL color Cylindrical-coordinate representation of color #B826DC: hue angle of 288.13º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B826DC is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 38 | 220 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.14 |
| HSL | 288.13º | 0.72% | 0.51% | - |
| HSV(B) | 288.13º | 0.83% | 0.86% | - |
| XYZ | 33.38 | 16.74 | 69.18 | - |
| YUV | 102.4 | 194.37 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 220 | 0.16 | 0.83 | 0 | 0.14 | 288.13 | 0.72 | 0.51 |
| Hex | B8 | 26 | DC | 10 | 53 | 0 | E | 120 | 48 | 33 |
| Octal | 270 | 46 | 334 | 20 | 123 | 0 | 16 | 440 | 110 | 63 |
| Binary | 10111000 | 100110 | 11011100 | 10000 | 1010011 | 0 | 1110 | 100100000 | 1001000 | 110011 |
Color Harmonies of #B826DC
Complementary color
Monochromatic Colors of #B826DC
Black with #B826DC
Text Example
Text Example
White with #B826DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826DC; }
p { color: rgb(184,38,220); }
H1.HeaderClassName
{
color: #B826DC;
}
.AnyTagClassName
{
color: #B826DC;
}
</style>
background-color css
<style>
a { background-color: #B826DC; }
a { background-color: rgb(184,38,220); }
div.DivClassName
{
background-color: #B826DC;
}
.BgClassName
{
background-color: #B826DC;
}
</style>
border-color css
<style>
span { border-color: #B826DC; }
span { border-color: rgb(184,38,220); }
td.TdClassName
{
border-color: #B826DC;
}
.TagClassName
{
border-color: #B826DC;
}
</style>