Shades of Dark Orchid #B827D5
Tints of Dark Orchid #B827D5
RGB
CMYK
RGB Variations
Color information
#B827D5 (or 0xB827D5) is known color: Dark Orchid. HEX triplet: B8, 27 and D5. RGB value is (184,39,213). Sum of RGB (Red+Green+Blue) = 184+39+213=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #B827D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827D5 is #47D82A. Grayscale: #656565. Windows color (decimal): -4708395 or 13969336. OLE color: 13969336.
HSL color Cylindrical-coordinate representation of color #B827D5: hue angle of 290º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B827D5 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 39 | 213 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.16 |
| HSL | 290º | 0.69% | 0.49% | - |
| HSV(B) | 290º | 0.82% | 0.84% | - |
| XYZ | 32.5 | 16.45 | 64.41 | - |
| YUV | 102.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 213 | 0.14 | 0.82 | 0 | 0.16 | 290 | 0.69 | 0.49 |
| Hex | B8 | 27 | D5 | E | 52 | 0 | 10 | 122 | 45 | 31 |
| Octal | 270 | 47 | 325 | 16 | 122 | 0 | 20 | 442 | 105 | 61 |
| Binary | 10111000 | 100111 | 11010101 | 1110 | 1010010 | 0 | 10000 | 100100010 | 1000101 | 110001 |
Color Harmonies of #B827D5
Complementary color
Monochromatic Colors of #B827D5
Black with #B827D5
Text Example
Text Example
White with #B827D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827D5; }
p { color: rgb(184,39,213); }
H1.HeaderClassName
{
color: #B827D5;
}
.AnyTagClassName
{
color: #B827D5;
}
</style>
background-color css
<style>
a { background-color: #B827D5; }
a { background-color: rgb(184,39,213); }
div.DivClassName
{
background-color: #B827D5;
}
.BgClassName
{
background-color: #B827D5;
}
</style>
border-color css
<style>
span { border-color: #B827D5; }
span { border-color: rgb(184,39,213); }
td.TdClassName
{
border-color: #B827D5;
}
.TagClassName
{
border-color: #B827D5;
}
</style>