Shades of Dark Orchid #B01BDD
Tints of Dark Orchid #B01BDD
RGB
CMYK
RGB Variations
Color information
#B01BDD (or 0xB01BDD) is known color: Dark Orchid. HEX triplet: B0, 1B and DD. RGB value is (176,27,221). Sum of RGB (Red+Green+Blue) = 176+27+221=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #B01BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01BDD is #4FE422. Grayscale: #5D5D5D. Windows color (decimal): -5235747 or 14490544. OLE color: 14490544.
HSL color Cylindrical-coordinate representation of color #B01BDD: hue angle of 286.08º 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 #B01BDD is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 27 | 221 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.13 |
| HSL | 286.08º | 0.78% | 0.49% | - |
| HSV(B) | 286.08º | 0.88% | 0.87% | - |
| XYZ | 31.35 | 15.23 | 69.69 | - |
| YUV | 93.67 | 199.86 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 27 | 221 | 0.20 | 0.88 | 0 | 0.13 | 286.08 | 0.78 | 0.49 |
| Hex | B0 | 1B | DD | 14 | 58 | 0 | D | 11E | 4E | 31 |
| Octal | 260 | 33 | 335 | 24 | 130 | 0 | 15 | 436 | 116 | 61 |
| Binary | 10110000 | 11011 | 11011101 | 10100 | 1011000 | 0 | 1101 | 100011110 | 1001110 | 110001 |
Color Harmonies of #B01BDD
Complementary color
Monochromatic Colors of #B01BDD
Black with #B01BDD
Text Example
Text Example
White with #B01BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01BDD; }
p { color: rgb(176,27,221); }
H1.HeaderClassName
{
color: #B01BDD;
}
.AnyTagClassName
{
color: #B01BDD;
}
</style>
background-color css
<style>
a { background-color: #B01BDD; }
a { background-color: rgb(176,27,221); }
div.DivClassName
{
background-color: #B01BDD;
}
.BgClassName
{
background-color: #B01BDD;
}
</style>
border-color css
<style>
span { border-color: #B01BDD; }
span { border-color: rgb(176,27,221); }
td.TdClassName
{
border-color: #B01BDD;
}
.TagClassName
{
border-color: #B01BDD;
}
</style>