Shades of Dark Orchid #B823DD
Tints of Dark Orchid #B823DD
RGB
CMYK
RGB Variations
Color information
#B823DD (or 0xB823DD) is known color: Dark Orchid. HEX triplet: B8, 23 and DD. RGB value is (184,35,221). Sum of RGB (Red+Green+Blue) = 184+35+221=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 35 (14.06% from 255 or 7.95% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #B823DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B823DD is #47DC22. Grayscale: #646464. Windows color (decimal): -4709411 or 14492600. OLE color: 14492600.
HSL color Cylindrical-coordinate representation of color #B823DD: hue angle of 288.06º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B823DD is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 35 | 221 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.13 |
| HSL | 288.06º | 0.73% | 0.5% | - |
| HSV(B) | 288.06º | 0.84% | 0.87% | - |
| XYZ | 33.42 | 16.61 | 69.85 | - |
| YUV | 100.76 | 195.86 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 221 | 0.17 | 0.84 | 0 | 0.13 | 288.06 | 0.73 | 0.5 |
| Hex | B8 | 23 | DD | 11 | 54 | 0 | D | 120 | 49 | 32 |
| Octal | 270 | 43 | 335 | 21 | 124 | 0 | 15 | 440 | 111 | 62 |
| Binary | 10111000 | 100011 | 11011101 | 10001 | 1010100 | 0 | 1101 | 100100000 | 1001001 | 110010 |
Color Harmonies of #B823DD
Complementary color
Monochromatic Colors of #B823DD
Black with #B823DD
Text Example
Text Example
White with #B823DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B823DD; }
p { color: rgb(184,35,221); }
H1.HeaderClassName
{
color: #B823DD;
}
.AnyTagClassName
{
color: #B823DD;
}
</style>
background-color css
<style>
a { background-color: #B823DD; }
a { background-color: rgb(184,35,221); }
div.DivClassName
{
background-color: #B823DD;
}
.BgClassName
{
background-color: #B823DD;
}
</style>
border-color css
<style>
span { border-color: #B823DD; }
span { border-color: rgb(184,35,221); }
td.TdClassName
{
border-color: #B823DD;
}
.TagClassName
{
border-color: #B823DD;
}
</style>