Shades of Dark Orchid #B21BCD
Tints of Dark Orchid #B21BCD
RGB
CMYK
RGB Variations
Color information
#B21BCD (or 0xB21BCD) is known color: Dark Orchid. HEX triplet: B2, 1B and CD. RGB value is (178,27,205). Sum of RGB (Red+Green+Blue) = 178+27+205=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #B21BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21BCD is #4DE432. Grayscale: #5B5B5B. Windows color (decimal): -5104691 or 13441970. OLE color: 13441970.
HSL color Cylindrical-coordinate representation of color #B21BCD: hue angle of 290.9º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21BCD is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 27 | 205 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.20 |
| HSL | 290.9º | 0.77% | 0.45% | - |
| HSV(B) | 290.9º | 0.87% | 0.8% | - |
| XYZ | 29.77 | 14.66 | 59.02 | - |
| YUV | 92.44 | 191.53 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 205 | 0.13 | 0.87 | 0 | 0.20 | 290.9 | 0.77 | 0.45 |
| Hex | B2 | 1B | CD | D | 57 | 0 | 14 | 123 | 4D | 2D |
| Octal | 262 | 33 | 315 | 15 | 127 | 0 | 24 | 443 | 115 | 55 |
| Binary | 10110010 | 11011 | 11001101 | 1101 | 1010111 | 0 | 10100 | 100100011 | 1001101 | 101101 |
Color Harmonies of #B21BCD
Complementary color
Monochromatic Colors of #B21BCD
Black with #B21BCD
Text Example
Text Example
White with #B21BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21BCD; }
p { color: rgb(178,27,205); }
H1.HeaderClassName
{
color: #B21BCD;
}
.AnyTagClassName
{
color: #B21BCD;
}
</style>
background-color css
<style>
a { background-color: #B21BCD; }
a { background-color: rgb(178,27,205); }
div.DivClassName
{
background-color: #B21BCD;
}
.BgClassName
{
background-color: #B21BCD;
}
</style>
border-color css
<style>
span { border-color: #B21BCD; }
span { border-color: rgb(178,27,205); }
td.TdClassName
{
border-color: #B21BCD;
}
.TagClassName
{
border-color: #B21BCD;
}
</style>