Shades of Dark Orchid #B21FCD
Tints of Dark Orchid #B21FCD
RGB
CMYK
RGB Variations
Color information
#B21FCD (or 0xB21FCD) is known color: Dark Orchid. HEX triplet: B2, 1F and CD. RGB value is (178,31,205). Sum of RGB (Red+Green+Blue) = 178+31+205=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #B21FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21FCD is #4DE032. Grayscale: #5E5E5E. Windows color (decimal): -5103667 or 13442994. OLE color: 13442994.
HSL color Cylindrical-coordinate representation of color #B21FCD: hue angle of 290.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21FCD is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 31 | 205 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.20 |
| HSL | 290.69º | 0.74% | 0.46% | - |
| HSV(B) | 290.69º | 0.85% | 0.8% | - |
| XYZ | 29.87 | 14.85 | 59.05 | - |
| YUV | 94.79 | 190.2 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 31 | 205 | 0.13 | 0.85 | 0 | 0.20 | 290.69 | 0.74 | 0.46 |
| Hex | B2 | 1F | CD | D | 55 | 0 | 14 | 123 | 4A | 2E |
| Octal | 262 | 37 | 315 | 15 | 125 | 0 | 24 | 443 | 112 | 56 |
| Binary | 10110010 | 11111 | 11001101 | 1101 | 1010101 | 0 | 10100 | 100100011 | 1001010 | 101110 |
Color Harmonies of #B21FCD
Complementary color
Monochromatic Colors of #B21FCD
Black with #B21FCD
Text Example
Text Example
White with #B21FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21FCD; }
p { color: rgb(178,31,205); }
H1.HeaderClassName
{
color: #B21FCD;
}
.AnyTagClassName
{
color: #B21FCD;
}
</style>
background-color css
<style>
a { background-color: #B21FCD; }
a { background-color: rgb(178,31,205); }
div.DivClassName
{
background-color: #B21FCD;
}
.BgClassName
{
background-color: #B21FCD;
}
</style>
border-color css
<style>
span { border-color: #B21FCD; }
span { border-color: rgb(178,31,205); }
td.TdClassName
{
border-color: #B21FCD;
}
.TagClassName
{
border-color: #B21FCD;
}
</style>