Shades of Dark Orchid #B21BDF
Tints of Dark Orchid #B21BDF
RGB
CMYK
RGB Variations
Color information
#B21BDF (or 0xB21BDF) is known color: Dark Orchid. HEX triplet: B2, 1B and DF. RGB value is (178,27,223). Sum of RGB (Red+Green+Blue) = 178+27+223=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #B21BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21BDF is #4DE420. Grayscale: #5D5D5D. Windows color (decimal): -5104673 or 14621618. OLE color: 14621618.
HSL color Cylindrical-coordinate representation of color #B21BDF: hue angle of 286.22º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21BDF is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 27 | 223 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.13 |
| HSL | 286.22º | 0.78% | 0.49% | - |
| HSV(B) | 286.22º | 0.88% | 0.87% | - |
| XYZ | 32.07 | 15.58 | 71.13 | - |
| YUV | 94.49 | 200.53 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 223 | 0.20 | 0.88 | 0 | 0.13 | 286.22 | 0.78 | 0.49 |
| Hex | B2 | 1B | DF | 14 | 58 | 0 | D | 11E | 4E | 31 |
| Octal | 262 | 33 | 337 | 24 | 130 | 0 | 15 | 436 | 116 | 61 |
| Binary | 10110010 | 11011 | 11011111 | 10100 | 1011000 | 0 | 1101 | 100011110 | 1001110 | 110001 |
Color Harmonies of #B21BDF
Complementary color
Monochromatic Colors of #B21BDF
Black with #B21BDF
Text Example
Text Example
White with #B21BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21BDF; }
p { color: rgb(178,27,223); }
H1.HeaderClassName
{
color: #B21BDF;
}
.AnyTagClassName
{
color: #B21BDF;
}
</style>
background-color css
<style>
a { background-color: #B21BDF; }
a { background-color: rgb(178,27,223); }
div.DivClassName
{
background-color: #B21BDF;
}
.BgClassName
{
background-color: #B21BDF;
}
</style>
border-color css
<style>
span { border-color: #B21BDF; }
span { border-color: rgb(178,27,223); }
td.TdClassName
{
border-color: #B21BDF;
}
.TagClassName
{
border-color: #B21BDF;
}
</style>