Shades of Dark Orchid #B421DF
Tints of Dark Orchid #B421DF
RGB
CMYK
RGB Variations
Color information
#B421DF (or 0xB421DF) is known color: Dark Orchid. HEX triplet: B4, 21 and DF. RGB value is (180,33,223). Sum of RGB (Red+Green+Blue) = 180+33+223=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #B421DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421DF is #4BDE20. Grayscale: #626262. Windows color (decimal): -4972065 or 14623156. OLE color: 14623156.
HSL color Cylindrical-coordinate representation of color #B421DF: hue angle of 286.42º 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 #B421DF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 33 | 223 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.13 |
| HSL | 286.42º | 0.75% | 0.5% | - |
| HSV(B) | 286.42º | 0.85% | 0.87% | - |
| XYZ | 32.69 | 16.12 | 71.2 | - |
| YUV | 98.61 | 198.2 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 223 | 0.19 | 0.85 | 0 | 0.13 | 286.42 | 0.75 | 0.5 |
| Hex | B4 | 21 | DF | 13 | 55 | 0 | D | 11E | 4B | 32 |
| Octal | 264 | 41 | 337 | 23 | 125 | 0 | 15 | 436 | 113 | 62 |
| Binary | 10110100 | 100001 | 11011111 | 10011 | 1010101 | 0 | 1101 | 100011110 | 1001011 | 110010 |
Color Harmonies of #B421DF
Complementary color
Monochromatic Colors of #B421DF
Black with #B421DF
Text Example
Text Example
White with #B421DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B421DF; }
p { color: rgb(180,33,223); }
H1.HeaderClassName
{
color: #B421DF;
}
.AnyTagClassName
{
color: #B421DF;
}
</style>
background-color css
<style>
a { background-color: #B421DF; }
a { background-color: rgb(180,33,223); }
div.DivClassName
{
background-color: #B421DF;
}
.BgClassName
{
background-color: #B421DF;
}
</style>
border-color css
<style>
span { border-color: #B421DF; }
span { border-color: rgb(180,33,223); }
td.TdClassName
{
border-color: #B421DF;
}
.TagClassName
{
border-color: #B421DF;
}
</style>