Shades of Dark Orchid #B21FC0
Tints of Dark Orchid #B21FC0
RGB
CMYK
RGB Variations
Color information
#B21FC0 (or 0xB21FC0) is known color: Dark Orchid. HEX triplet: B2, 1F and C0. RGB value is (178,31,192). Sum of RGB (Red+Green+Blue) = 178+31+192=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #B21FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21FC0 is #4DE03F. Grayscale: #5C5C5C. Windows color (decimal): -5103680 or 12591026. OLE color: 12591026.
HSL color Cylindrical-coordinate representation of color #B21FC0: hue angle of 294.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21FC0 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 31 | 192 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.25 |
| HSL | 294.78º | 0.72% | 0.44% | - |
| HSV(B) | 294.78º | 0.84% | 0.75% | - |
| XYZ | 28.36 | 14.25 | 51.12 | - |
| YUV | 93.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 31 | 192 | 0.07 | 0.84 | 0 | 0.25 | 294.78 | 0.72 | 0.44 |
| Hex | B2 | 1F | C0 | 7 | 54 | 0 | 19 | 127 | 48 | 2C |
| Octal | 262 | 37 | 300 | 7 | 124 | 0 | 31 | 447 | 110 | 54 |
| Binary | 10110010 | 11111 | 11000000 | 111 | 1010100 | 0 | 11001 | 100100111 | 1001000 | 101100 |
Color Harmonies of #B21FC0
Complementary color
Monochromatic Colors of #B21FC0
Black with #B21FC0
Text Example
Text Example
White with #B21FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21FC0; }
p { color: rgb(178,31,192); }
H1.HeaderClassName
{
color: #B21FC0;
}
.AnyTagClassName
{
color: #B21FC0;
}
</style>
background-color css
<style>
a { background-color: #B21FC0; }
a { background-color: rgb(178,31,192); }
div.DivClassName
{
background-color: #B21FC0;
}
.BgClassName
{
background-color: #B21FC0;
}
</style>
border-color css
<style>
span { border-color: #B21FC0; }
span { border-color: rgb(178,31,192); }
td.TdClassName
{
border-color: #B21FC0;
}
.TagClassName
{
border-color: #B21FC0;
}
</style>