Shades of Dark Orchid #B01EDE
Tints of Dark Orchid #B01EDE
RGB
CMYK
RGB Variations
Color information
#B01EDE (or 0xB01EDE) is known color: Dark Orchid. HEX triplet: B0, 1E and DE. RGB value is (176,30,222). Sum of RGB (Red+Green+Blue) = 176+30+222=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #B01EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01EDE is #4FE121. Grayscale: #5E5E5E. Windows color (decimal): -5234978 or 14556848. OLE color: 14556848.
HSL color Cylindrical-coordinate representation of color #B01EDE: hue angle of 285.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01EDE is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 30 | 222 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.13 |
| HSL | 285.63º | 0.76% | 0.49% | - |
| HSV(B) | 285.63º | 0.86% | 0.87% | - |
| XYZ | 31.55 | 15.43 | 70.42 | - |
| YUV | 95.54 | 199.37 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 222 | 0.21 | 0.86 | 0 | 0.13 | 285.63 | 0.76 | 0.49 |
| Hex | B0 | 1E | DE | 15 | 56 | 0 | D | 11E | 4C | 31 |
| Octal | 260 | 36 | 336 | 25 | 126 | 0 | 15 | 436 | 114 | 61 |
| Binary | 10110000 | 11110 | 11011110 | 10101 | 1010110 | 0 | 1101 | 100011110 | 1001100 | 110001 |
Color Harmonies of #B01EDE
Complementary color
Monochromatic Colors of #B01EDE
Black with #B01EDE
Text Example
Text Example
White with #B01EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01EDE; }
p { color: rgb(176,30,222); }
H1.HeaderClassName
{
color: #B01EDE;
}
.AnyTagClassName
{
color: #B01EDE;
}
</style>
background-color css
<style>
a { background-color: #B01EDE; }
a { background-color: rgb(176,30,222); }
div.DivClassName
{
background-color: #B01EDE;
}
.BgClassName
{
background-color: #B01EDE;
}
</style>
border-color css
<style>
span { border-color: #B01EDE; }
span { border-color: rgb(176,30,222); }
td.TdClassName
{
border-color: #B01EDE;
}
.TagClassName
{
border-color: #B01EDE;
}
</style>