Shades of Dark Orchid #B221DF
Tints of Dark Orchid #B221DF
RGB
CMYK
RGB Variations
Color information
#B221DF (or 0xB221DF) is known color: Dark Orchid. HEX triplet: B2, 21 and DF. RGB value is (178,33,223). Sum of RGB (Red+Green+Blue) = 178+33+223=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #B221DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221DF is #4DDE20. Grayscale: #616161. Windows color (decimal): -5103137 or 14623154. OLE color: 14623154.
HSL color Cylindrical-coordinate representation of color #B221DF: hue angle of 285.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B221DF is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 33 | 223 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.13 |
| HSL | 285.79º | 0.75% | 0.5% | - |
| HSV(B) | 285.79º | 0.85% | 0.87% | - |
| XYZ | 32.22 | 15.88 | 71.18 | - |
| YUV | 98.02 | 198.54 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 223 | 0.20 | 0.85 | 0 | 0.13 | 285.79 | 0.75 | 0.5 |
| Hex | B2 | 21 | DF | 14 | 55 | 0 | D | 11E | 4B | 32 |
| Octal | 262 | 41 | 337 | 24 | 125 | 0 | 15 | 436 | 113 | 62 |
| Binary | 10110010 | 100001 | 11011111 | 10100 | 1010101 | 0 | 1101 | 100011110 | 1001011 | 110010 |
Color Harmonies of #B221DF
Complementary color
Monochromatic Colors of #B221DF
Black with #B221DF
Text Example
Text Example
White with #B221DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B221DF; }
p { color: rgb(178,33,223); }
H1.HeaderClassName
{
color: #B221DF;
}
.AnyTagClassName
{
color: #B221DF;
}
</style>
background-color css
<style>
a { background-color: #B221DF; }
a { background-color: rgb(178,33,223); }
div.DivClassName
{
background-color: #B221DF;
}
.BgClassName
{
background-color: #B221DF;
}
</style>
border-color css
<style>
span { border-color: #B221DF; }
span { border-color: rgb(178,33,223); }
td.TdClassName
{
border-color: #B221DF;
}
.TagClassName
{
border-color: #B221DF;
}
</style>