Shades of Dark Orchid #B421DC
Tints of Dark Orchid #B421DC
RGB
CMYK
RGB Variations
Color information
#B421DC (or 0xB421DC) is known color: Dark Orchid. HEX triplet: B4, 21 and DC. RGB value is (180,33,220). Sum of RGB (Red+Green+Blue) = 180+33+220=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #B421DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421DC is #4BDE23. Grayscale: #616161. Windows color (decimal): -4972068 or 14426548. OLE color: 14426548.
HSL color Cylindrical-coordinate representation of color #B421DC: hue angle of 287.17º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B421DC is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 33 | 220 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.14 |
| HSL | 287.17º | 0.74% | 0.5% | - |
| HSV(B) | 287.17º | 0.85% | 0.86% | - |
| XYZ | 32.28 | 15.96 | 69.09 | - |
| YUV | 98.27 | 196.7 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 220 | 0.18 | 0.85 | 0 | 0.14 | 287.17 | 0.74 | 0.5 |
| Hex | B4 | 21 | DC | 12 | 55 | 0 | E | 11F | 4A | 32 |
| Octal | 264 | 41 | 334 | 22 | 125 | 0 | 16 | 437 | 112 | 62 |
| Binary | 10110100 | 100001 | 11011100 | 10010 | 1010101 | 0 | 1110 | 100011111 | 1001010 | 110010 |
Color Harmonies of #B421DC
Complementary color
Monochromatic Colors of #B421DC
Black with #B421DC
Text Example
Text Example
White with #B421DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B421DC; }
p { color: rgb(180,33,220); }
H1.HeaderClassName
{
color: #B421DC;
}
.AnyTagClassName
{
color: #B421DC;
}
</style>
background-color css
<style>
a { background-color: #B421DC; }
a { background-color: rgb(180,33,220); }
div.DivClassName
{
background-color: #B421DC;
}
.BgClassName
{
background-color: #B421DC;
}
</style>
border-color css
<style>
span { border-color: #B421DC; }
span { border-color: rgb(180,33,220); }
td.TdClassName
{
border-color: #B421DC;
}
.TagClassName
{
border-color: #B421DC;
}
</style>