Shades of Dark Orchid #B321DF
Tints of Dark Orchid #B321DF
RGB
CMYK
RGB Variations
Color information
#B321DF (or 0xB321DF) is known color: Dark Orchid. HEX triplet: B3, 21 and DF. RGB value is (179,33,223). Sum of RGB (Red+Green+Blue) = 179+33+223=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #B321DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321DF is #4CDE20. Grayscale: #616161. Windows color (decimal): -5037601 or 14623155. OLE color: 14623155.
HSL color Cylindrical-coordinate representation of color #B321DF: hue angle of 286.11º 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 #B321DF is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 33 | 223 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.13 |
| HSL | 286.11º | 0.75% | 0.5% | - |
| HSV(B) | 286.11º | 0.85% | 0.87% | - |
| XYZ | 32.45 | 16 | 71.19 | - |
| YUV | 98.31 | 198.37 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 223 | 0.20 | 0.85 | 0 | 0.13 | 286.11 | 0.75 | 0.5 |
| Hex | B3 | 21 | DF | 14 | 55 | 0 | D | 11E | 4B | 32 |
| Octal | 263 | 41 | 337 | 24 | 125 | 0 | 15 | 436 | 113 | 62 |
| Binary | 10110011 | 100001 | 11011111 | 10100 | 1010101 | 0 | 1101 | 100011110 | 1001011 | 110010 |
Color Harmonies of #B321DF
Complementary color
Monochromatic Colors of #B321DF
Black with #B321DF
Text Example
Text Example
White with #B321DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321DF; }
p { color: rgb(179,33,223); }
H1.HeaderClassName
{
color: #B321DF;
}
.AnyTagClassName
{
color: #B321DF;
}
</style>
background-color css
<style>
a { background-color: #B321DF; }
a { background-color: rgb(179,33,223); }
div.DivClassName
{
background-color: #B321DF;
}
.BgClassName
{
background-color: #B321DF;
}
</style>
border-color css
<style>
span { border-color: #B321DF; }
span { border-color: rgb(179,33,223); }
td.TdClassName
{
border-color: #B321DF;
}
.TagClassName
{
border-color: #B321DF;
}
</style>