Shades of Dark Orchid #B321DE
Tints of Dark Orchid #B321DE
RGB
CMYK
RGB Variations
Color information
#B321DE (or 0xB321DE) is known color: Dark Orchid. HEX triplet: B3, 21 and DE. RGB value is (179,33,222). Sum of RGB (Red+Green+Blue) = 179+33+222=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #B321DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321DE is #4CDE21. Grayscale: #616161. Windows color (decimal): -5037602 or 14557619. OLE color: 14557619.
HSL color Cylindrical-coordinate representation of color #B321DE: hue angle of 286.35º degrees, saturation: 0.74, 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 #B321DE is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 33 | 222 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.13 |
| HSL | 286.35º | 0.74% | 0.5% | - |
| HSV(B) | 286.35º | 0.85% | 0.87% | - |
| XYZ | 32.32 | 15.95 | 70.48 | - |
| YUV | 98.2 | 197.87 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 222 | 0.19 | 0.85 | 0 | 0.13 | 286.35 | 0.74 | 0.5 |
| Hex | B3 | 21 | DE | 13 | 55 | 0 | D | 11E | 4A | 32 |
| Octal | 263 | 41 | 336 | 23 | 125 | 0 | 15 | 436 | 112 | 62 |
| Binary | 10110011 | 100001 | 11011110 | 10011 | 1010101 | 0 | 1101 | 100011110 | 1001010 | 110010 |
Color Harmonies of #B321DE
Complementary color
Monochromatic Colors of #B321DE
Black with #B321DE
Text Example
Text Example
White with #B321DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321DE; }
p { color: rgb(179,33,222); }
H1.HeaderClassName
{
color: #B321DE;
}
.AnyTagClassName
{
color: #B321DE;
}
</style>
background-color css
<style>
a { background-color: #B321DE; }
a { background-color: rgb(179,33,222); }
div.DivClassName
{
background-color: #B321DE;
}
.BgClassName
{
background-color: #B321DE;
}
</style>
border-color css
<style>
span { border-color: #B321DE; }
span { border-color: rgb(179,33,222); }
td.TdClassName
{
border-color: #B321DE;
}
.TagClassName
{
border-color: #B321DE;
}
</style>