Shades of Dark Orchid #B219D0
Tints of Dark Orchid #B219D0
RGB
CMYK
RGB Variations
Color information
#B219D0 (or 0xB219D0) is known color: Dark Orchid. HEX triplet: B2, 19 and D0. RGB value is (178,25,208). Sum of RGB (Red+Green+Blue) = 178+25+208=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #B219D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219D0 is #4DE62F. Grayscale: #5B5B5B. Windows color (decimal): -5105200 or 13638066. OLE color: 13638066.
HSL color Cylindrical-coordinate representation of color #B219D0: hue angle of 290.16º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B219D0 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 25 | 208 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.18 |
| HSL | 290.16º | 0.79% | 0.46% | - |
| HSV(B) | 290.16º | 0.88% | 0.82% | - |
| XYZ | 30.09 | 14.71 | 60.93 | - |
| YUV | 91.61 | 193.69 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 208 | 0.14 | 0.88 | 0 | 0.18 | 290.16 | 0.79 | 0.46 |
| Hex | B2 | 19 | D0 | E | 58 | 0 | 12 | 122 | 4F | 2E |
| Octal | 262 | 31 | 320 | 16 | 130 | 0 | 22 | 442 | 117 | 56 |
| Binary | 10110010 | 11001 | 11010000 | 1110 | 1011000 | 0 | 10010 | 100100010 | 1001111 | 101110 |
Color Harmonies of #B219D0
Complementary color
Monochromatic Colors of #B219D0
Black with #B219D0
Text Example
Text Example
White with #B219D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B219D0; }
p { color: rgb(178,25,208); }
H1.HeaderClassName
{
color: #B219D0;
}
.AnyTagClassName
{
color: #B219D0;
}
</style>
background-color css
<style>
a { background-color: #B219D0; }
a { background-color: rgb(178,25,208); }
div.DivClassName
{
background-color: #B219D0;
}
.BgClassName
{
background-color: #B219D0;
}
</style>
border-color css
<style>
span { border-color: #B219D0; }
span { border-color: rgb(178,25,208); }
td.TdClassName
{
border-color: #B219D0;
}
.TagClassName
{
border-color: #B219D0;
}
</style>