Shades of Dark Orchid #B11EDF
Tints of Dark Orchid #B11EDF
RGB
CMYK
RGB Variations
Color information
#B11EDF (or 0xB11EDF) is known color: Dark Orchid. HEX triplet: B1, 1E and DF. RGB value is (177,30,223). Sum of RGB (Red+Green+Blue) = 177+30+223=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #B11EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11EDF is #4EE120. Grayscale: #5F5F5F. Windows color (decimal): -5169441 or 14622385. OLE color: 14622385.
HSL color Cylindrical-coordinate representation of color #B11EDF: hue angle of 285.7º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11EDF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 30 | 223 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.13 |
| HSL | 285.7º | 0.76% | 0.5% | - |
| HSV(B) | 285.7º | 0.87% | 0.87% | - |
| XYZ | 31.92 | 15.6 | 71.14 | - |
| YUV | 95.96 | 199.7 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 223 | 0.21 | 0.87 | 0 | 0.13 | 285.7 | 0.76 | 0.5 |
| Hex | B1 | 1E | DF | 15 | 57 | 0 | D | 11E | 4C | 32 |
| Octal | 261 | 36 | 337 | 25 | 127 | 0 | 15 | 436 | 114 | 62 |
| Binary | 10110001 | 11110 | 11011111 | 10101 | 1010111 | 0 | 1101 | 100011110 | 1001100 | 110010 |
Color Harmonies of #B11EDF
Complementary color
Monochromatic Colors of #B11EDF
Black with #B11EDF
Text Example
Text Example
White with #B11EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11EDF; }
p { color: rgb(177,30,223); }
H1.HeaderClassName
{
color: #B11EDF;
}
.AnyTagClassName
{
color: #B11EDF;
}
</style>
background-color css
<style>
a { background-color: #B11EDF; }
a { background-color: rgb(177,30,223); }
div.DivClassName
{
background-color: #B11EDF;
}
.BgClassName
{
background-color: #B11EDF;
}
</style>
border-color css
<style>
span { border-color: #B11EDF; }
span { border-color: rgb(177,30,223); }
td.TdClassName
{
border-color: #B11EDF;
}
.TagClassName
{
border-color: #B11EDF;
}
</style>