Shades of Dark Orchid #B01EDA
Tints of Dark Orchid #B01EDA
RGB
CMYK
RGB Variations
Color information
#B01EDA (or 0xB01EDA) is known color: Dark Orchid. HEX triplet: B0, 1E and DA. RGB value is (176,30,218). Sum of RGB (Red+Green+Blue) = 176+30+218=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #B01EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01EDA is #4FE125. Grayscale: #5E5E5E. Windows color (decimal): -5234982 or 14294704. OLE color: 14294704.
HSL color Cylindrical-coordinate representation of color #B01EDA: hue angle of 286.6º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01EDA is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 30 | 218 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.15 |
| HSL | 286.6º | 0.76% | 0.49% | - |
| HSV(B) | 286.6º | 0.86% | 0.85% | - |
| XYZ | 31.02 | 15.22 | 67.63 | - |
| YUV | 95.09 | 197.37 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 218 | 0.19 | 0.86 | 0 | 0.15 | 286.6 | 0.76 | 0.49 |
| Hex | B0 | 1E | DA | 13 | 56 | 0 | F | 11F | 4C | 31 |
| Octal | 260 | 36 | 332 | 23 | 126 | 0 | 17 | 437 | 114 | 61 |
| Binary | 10110000 | 11110 | 11011010 | 10011 | 1010110 | 0 | 1111 | 100011111 | 1001100 | 110001 |
Color Harmonies of #B01EDA
Complementary color
Monochromatic Colors of #B01EDA
Black with #B01EDA
Text Example
Text Example
White with #B01EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01EDA; }
p { color: rgb(176,30,218); }
H1.HeaderClassName
{
color: #B01EDA;
}
.AnyTagClassName
{
color: #B01EDA;
}
</style>
background-color css
<style>
a { background-color: #B01EDA; }
a { background-color: rgb(176,30,218); }
div.DivClassName
{
background-color: #B01EDA;
}
.BgClassName
{
background-color: #B01EDA;
}
</style>
border-color css
<style>
span { border-color: #B01EDA; }
span { border-color: rgb(176,30,218); }
td.TdClassName
{
border-color: #B01EDA;
}
.TagClassName
{
border-color: #B01EDA;
}
</style>