Shades of Dark Orchid #B219DD
Tints of Dark Orchid #B219DD
RGB
CMYK
RGB Variations
Color information
#B219DD (or 0xB219DD) is known color: Dark Orchid. HEX triplet: B2, 19 and DD. RGB value is (178,25,221). Sum of RGB (Red+Green+Blue) = 178+25+221=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #B219DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219DD is #4DE622. Grayscale: #5C5C5C. Windows color (decimal): -5105187 or 14490034. OLE color: 14490034.
HSL color Cylindrical-coordinate representation of color #B219DD: hue angle of 286.84º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B219DD is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 25 | 221 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.13 |
| HSL | 286.84º | 0.8% | 0.48% | - |
| HSV(B) | 286.84º | 0.89% | 0.87% | - |
| XYZ | 31.76 | 15.38 | 69.7 | - |
| YUV | 93.09 | 200.19 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 221 | 0.19 | 0.89 | 0 | 0.13 | 286.84 | 0.8 | 0.48 |
| Hex | B2 | 19 | DD | 13 | 59 | 0 | D | 11F | 50 | 30 |
| Octal | 262 | 31 | 335 | 23 | 131 | 0 | 15 | 437 | 120 | 60 |
| Binary | 10110010 | 11001 | 11011101 | 10011 | 1011001 | 0 | 1101 | 100011111 | 1010000 | 110000 |
Color Harmonies of #B219DD
Complementary color
Monochromatic Colors of #B219DD
Black with #B219DD
Text Example
Text Example
White with #B219DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B219DD; }
p { color: rgb(178,25,221); }
H1.HeaderClassName
{
color: #B219DD;
}
.AnyTagClassName
{
color: #B219DD;
}
</style>
background-color css
<style>
a { background-color: #B219DD; }
a { background-color: rgb(178,25,221); }
div.DivClassName
{
background-color: #B219DD;
}
.BgClassName
{
background-color: #B219DD;
}
</style>
border-color css
<style>
span { border-color: #B219DD; }
span { border-color: rgb(178,25,221); }
td.TdClassName
{
border-color: #B219DD;
}
.TagClassName
{
border-color: #B219DD;
}
</style>