Shades of Dark Orchid #B219DF
Tints of Dark Orchid #B219DF
RGB
CMYK
RGB Variations
Color information
#B219DF (or 0xB219DF) is known color: Dark Orchid. HEX triplet: B2, 19 and DF. RGB value is (178,25,223). Sum of RGB (Red+Green+Blue) = 178+25+223=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #B219DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219DF is #4DE620. Grayscale: #5C5C5C. Windows color (decimal): -5105185 or 14621106. OLE color: 14621106.
HSL color Cylindrical-coordinate representation of color #B219DF: hue angle of 286.36º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B219DF is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 25 | 223 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.13 |
| HSL | 286.36º | 0.8% | 0.49% | - |
| HSV(B) | 286.36º | 0.89% | 0.87% | - |
| XYZ | 32.03 | 15.49 | 71.11 | - |
| YUV | 93.32 | 201.19 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 223 | 0.20 | 0.89 | 0 | 0.13 | 286.36 | 0.8 | 0.49 |
| Hex | B2 | 19 | DF | 14 | 59 | 0 | D | 11E | 50 | 31 |
| Octal | 262 | 31 | 337 | 24 | 131 | 0 | 15 | 436 | 120 | 61 |
| Binary | 10110010 | 11001 | 11011111 | 10100 | 1011001 | 0 | 1101 | 100011110 | 1010000 | 110001 |
Color Harmonies of #B219DF
Complementary color
Monochromatic Colors of #B219DF
Black with #B219DF
Text Example
Text Example
White with #B219DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B219DF; }
p { color: rgb(178,25,223); }
H1.HeaderClassName
{
color: #B219DF;
}
.AnyTagClassName
{
color: #B219DF;
}
</style>
background-color css
<style>
a { background-color: #B219DF; }
a { background-color: rgb(178,25,223); }
div.DivClassName
{
background-color: #B219DF;
}
.BgClassName
{
background-color: #B219DF;
}
</style>
border-color css
<style>
span { border-color: #B219DF; }
span { border-color: rgb(178,25,223); }
td.TdClassName
{
border-color: #B219DF;
}
.TagClassName
{
border-color: #B219DF;
}
</style>