Shades of Dark Orchid #B21CDA
Tints of Dark Orchid #B21CDA
RGB
CMYK
RGB Variations
Color information
#B21CDA (or 0xB21CDA) is known color: Dark Orchid. HEX triplet: B2, 1C and DA. RGB value is (178,28,218). Sum of RGB (Red+Green+Blue) = 178+28+218=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #B21CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CDA is #4DE325. Grayscale: #5D5D5D. Windows color (decimal): -5104422 or 14294194. OLE color: 14294194.
HSL color Cylindrical-coordinate representation of color #B21CDA: hue angle of 287.37º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21CDA is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 28 | 218 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.15 |
| HSL | 287.37º | 0.77% | 0.48% | - |
| HSV(B) | 287.37º | 0.87% | 0.85% | - |
| XYZ | 31.43 | 15.36 | 67.64 | - |
| YUV | 94.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 218 | 0.18 | 0.87 | 0 | 0.15 | 287.37 | 0.77 | 0.48 |
| Hex | B2 | 1C | DA | 12 | 57 | 0 | F | 11F | 4D | 30 |
| Octal | 262 | 34 | 332 | 22 | 127 | 0 | 17 | 437 | 115 | 60 |
| Binary | 10110010 | 11100 | 11011010 | 10010 | 1010111 | 0 | 1111 | 100011111 | 1001101 | 110000 |
Color Harmonies of #B21CDA
Complementary color
Monochromatic Colors of #B21CDA
Black with #B21CDA
Text Example
Text Example
White with #B21CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CDA; }
p { color: rgb(178,28,218); }
H1.HeaderClassName
{
color: #B21CDA;
}
.AnyTagClassName
{
color: #B21CDA;
}
</style>
background-color css
<style>
a { background-color: #B21CDA; }
a { background-color: rgb(178,28,218); }
div.DivClassName
{
background-color: #B21CDA;
}
.BgClassName
{
background-color: #B21CDA;
}
</style>
border-color css
<style>
span { border-color: #B21CDA; }
span { border-color: rgb(178,28,218); }
td.TdClassName
{
border-color: #B21CDA;
}
.TagClassName
{
border-color: #B21CDA;
}
</style>