Shades of Dark Orchid #B827DC
Tints of Dark Orchid #B827DC
RGB
CMYK
RGB Variations
Color information
#B827DC (or 0xB827DC) is known color: Dark Orchid. HEX triplet: B8, 27 and DC. RGB value is (184,39,220). Sum of RGB (Red+Green+Blue) = 184+39+220=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #B827DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827DC is #47D823. Grayscale: #666666. Windows color (decimal): -4708388 or 14428088. OLE color: 14428088.
HSL color Cylindrical-coordinate representation of color #B827DC: hue angle of 288.07º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B827DC is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 39 | 220 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.14 |
| HSL | 288.07º | 0.72% | 0.51% | - |
| HSV(B) | 288.07º | 0.82% | 0.86% | - |
| XYZ | 33.41 | 16.81 | 69.19 | - |
| YUV | 102.99 | 194.04 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 220 | 0.16 | 0.82 | 0 | 0.14 | 288.07 | 0.72 | 0.51 |
| Hex | B8 | 27 | DC | 10 | 52 | 0 | E | 120 | 48 | 33 |
| Octal | 270 | 47 | 334 | 20 | 122 | 0 | 16 | 440 | 110 | 63 |
| Binary | 10111000 | 100111 | 11011100 | 10000 | 1010010 | 0 | 1110 | 100100000 | 1001000 | 110011 |
Color Harmonies of #B827DC
Complementary color
Monochromatic Colors of #B827DC
Black with #B827DC
Text Example
Text Example
White with #B827DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827DC; }
p { color: rgb(184,39,220); }
H1.HeaderClassName
{
color: #B827DC;
}
.AnyTagClassName
{
color: #B827DC;
}
</style>
background-color css
<style>
a { background-color: #B827DC; }
a { background-color: rgb(184,39,220); }
div.DivClassName
{
background-color: #B827DC;
}
.BgClassName
{
background-color: #B827DC;
}
</style>
border-color css
<style>
span { border-color: #B827DC; }
span { border-color: rgb(184,39,220); }
td.TdClassName
{
border-color: #B827DC;
}
.TagClassName
{
border-color: #B827DC;
}
</style>