Shades of Dark Orchid #B827DA
Tints of Dark Orchid #B827DA
RGB
CMYK
RGB Variations
Color information
#B827DA (or 0xB827DA) is known color: Dark Orchid. HEX triplet: B8, 27 and DA. RGB value is (184,39,218). Sum of RGB (Red+Green+Blue) = 184+39+218=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #B827DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827DA is #47D825. Grayscale: #666666. Windows color (decimal): -4708390 or 14297016. OLE color: 14297016.
HSL color Cylindrical-coordinate representation of color #B827DA: hue angle of 288.6º degrees, saturation: 0.71, 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 #B827DA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 39 | 218 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.15 |
| HSL | 288.6º | 0.71% | 0.5% | - |
| HSV(B) | 288.6º | 0.82% | 0.85% | - |
| XYZ | 33.15 | 16.7 | 67.81 | - |
| YUV | 102.76 | 193.04 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 218 | 0.16 | 0.82 | 0 | 0.15 | 288.6 | 0.71 | 0.5 |
| Hex | B8 | 27 | DA | 10 | 52 | 0 | F | 121 | 47 | 32 |
| Octal | 270 | 47 | 332 | 20 | 122 | 0 | 17 | 441 | 107 | 62 |
| Binary | 10111000 | 100111 | 11011010 | 10000 | 1010010 | 0 | 1111 | 100100001 | 1000111 | 110010 |
Color Harmonies of #B827DA
Complementary color
Monochromatic Colors of #B827DA
Black with #B827DA
Text Example
Text Example
White with #B827DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827DA; }
p { color: rgb(184,39,218); }
H1.HeaderClassName
{
color: #B827DA;
}
.AnyTagClassName
{
color: #B827DA;
}
</style>
background-color css
<style>
a { background-color: #B827DA; }
a { background-color: rgb(184,39,218); }
div.DivClassName
{
background-color: #B827DA;
}
.BgClassName
{
background-color: #B827DA;
}
</style>
border-color css
<style>
span { border-color: #B827DA; }
span { border-color: rgb(184,39,218); }
td.TdClassName
{
border-color: #B827DA;
}
.TagClassName
{
border-color: #B827DA;
}
</style>