Shades of Dark Orchid #B01BDF
Tints of Dark Orchid #B01BDF
RGB
CMYK
RGB Variations
Color information
#B01BDF (or 0xB01BDF) is known color: Dark Orchid. HEX triplet: B0, 1B and DF. RGB value is (176,27,223). Sum of RGB (Red+Green+Blue) = 176+27+223=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #B01BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01BDF is #4FE420. Grayscale: #5D5D5D. Windows color (decimal): -5235745 or 14621616. OLE color: 14621616.
HSL color Cylindrical-coordinate representation of color #B01BDF: hue angle of 285.61º 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 #B01BDF is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 27 | 223 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.13 |
| HSL | 285.61º | 0.78% | 0.49% | - |
| HSV(B) | 285.61º | 0.88% | 0.87% | - |
| XYZ | 31.62 | 15.34 | 71.11 | - |
| YUV | 93.9 | 200.86 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 27 | 223 | 0.21 | 0.88 | 0 | 0.13 | 285.61 | 0.78 | 0.49 |
| Hex | B0 | 1B | DF | 15 | 58 | 0 | D | 11E | 4E | 31 |
| Octal | 260 | 33 | 337 | 25 | 130 | 0 | 15 | 436 | 116 | 61 |
| Binary | 10110000 | 11011 | 11011111 | 10101 | 1011000 | 0 | 1101 | 100011110 | 1001110 | 110001 |
Color Harmonies of #B01BDF
Complementary color
Monochromatic Colors of #B01BDF
Black with #B01BDF
Text Example
Text Example
White with #B01BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01BDF; }
p { color: rgb(176,27,223); }
H1.HeaderClassName
{
color: #B01BDF;
}
.AnyTagClassName
{
color: #B01BDF;
}
</style>
background-color css
<style>
a { background-color: #B01BDF; }
a { background-color: rgb(176,27,223); }
div.DivClassName
{
background-color: #B01BDF;
}
.BgClassName
{
background-color: #B01BDF;
}
</style>
border-color css
<style>
span { border-color: #B01BDF; }
span { border-color: rgb(176,27,223); }
td.TdClassName
{
border-color: #B01BDF;
}
.TagClassName
{
border-color: #B01BDF;
}
</style>