Shades of Dark Orchid #B421D0
Tints of Dark Orchid #B421D0
RGB
CMYK
RGB Variations
Color information
#B421D0 (or 0xB421D0) is known color: Dark Orchid. HEX triplet: B4, 21 and D0. RGB value is (180,33,208). Sum of RGB (Red+Green+Blue) = 180+33+208=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #B421D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421D0 is #4BDE2F. Grayscale: #606060. Windows color (decimal): -4972080 or 13640116. OLE color: 13640116.
HSL color Cylindrical-coordinate representation of color #B421D0: hue angle of 290.4º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B421D0 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 33 | 208 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.18 |
| HSL | 290.4º | 0.73% | 0.47% | - |
| HSV(B) | 290.4º | 0.84% | 0.82% | - |
| XYZ | 30.75 | 15.35 | 61.02 | - |
| YUV | 96.9 | 190.7 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 208 | 0.13 | 0.84 | 0 | 0.18 | 290.4 | 0.73 | 0.47 |
| Hex | B4 | 21 | D0 | D | 54 | 0 | 12 | 122 | 49 | 2F |
| Octal | 264 | 41 | 320 | 15 | 124 | 0 | 22 | 442 | 111 | 57 |
| Binary | 10110100 | 100001 | 11010000 | 1101 | 1010100 | 0 | 10010 | 100100010 | 1001001 | 101111 |
Color Harmonies of #B421D0
Complementary color
Monochromatic Colors of #B421D0
Black with #B421D0
Text Example
Text Example
White with #B421D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B421D0; }
p { color: rgb(180,33,208); }
H1.HeaderClassName
{
color: #B421D0;
}
.AnyTagClassName
{
color: #B421D0;
}
</style>
background-color css
<style>
a { background-color: #B421D0; }
a { background-color: rgb(180,33,208); }
div.DivClassName
{
background-color: #B421D0;
}
.BgClassName
{
background-color: #B421D0;
}
</style>
border-color css
<style>
span { border-color: #B421D0; }
span { border-color: rgb(180,33,208); }
td.TdClassName
{
border-color: #B421D0;
}
.TagClassName
{
border-color: #B421D0;
}
</style>