Shades of Dark Orchid #B21CDF
Tints of Dark Orchid #B21CDF
RGB
CMYK
RGB Variations
Color information
#B21CDF (or 0xB21CDF) is known color: Dark Orchid. HEX triplet: B2, 1C and DF. RGB value is (178,28,223). Sum of RGB (Red+Green+Blue) = 178+28+223=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #B21CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CDF is #4DE320. Grayscale: #5E5E5E. Windows color (decimal): -5104417 or 14621874. OLE color: 14621874.
HSL color Cylindrical-coordinate representation of color #B21CDF: hue angle of 286.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21CDF is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 28 | 223 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.13 |
| HSL | 286.15º | 0.78% | 0.49% | - |
| HSV(B) | 286.15º | 0.87% | 0.87% | - |
| XYZ | 32.09 | 15.62 | 71.14 | - |
| YUV | 95.08 | 200.2 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 223 | 0.20 | 0.87 | 0 | 0.13 | 286.15 | 0.78 | 0.49 |
| Hex | B2 | 1C | DF | 14 | 57 | 0 | D | 11E | 4E | 31 |
| Octal | 262 | 34 | 337 | 24 | 127 | 0 | 15 | 436 | 116 | 61 |
| Binary | 10110010 | 11100 | 11011111 | 10100 | 1010111 | 0 | 1101 | 100011110 | 1001110 | 110001 |
Color Harmonies of #B21CDF
Complementary color
Monochromatic Colors of #B21CDF
Black with #B21CDF
Text Example
Text Example
White with #B21CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CDF; }
p { color: rgb(178,28,223); }
H1.HeaderClassName
{
color: #B21CDF;
}
.AnyTagClassName
{
color: #B21CDF;
}
</style>
background-color css
<style>
a { background-color: #B21CDF; }
a { background-color: rgb(178,28,223); }
div.DivClassName
{
background-color: #B21CDF;
}
.BgClassName
{
background-color: #B21CDF;
}
</style>
border-color css
<style>
span { border-color: #B21CDF; }
span { border-color: rgb(178,28,223); }
td.TdClassName
{
border-color: #B21CDF;
}
.TagClassName
{
border-color: #B21CDF;
}
</style>