Shades of Dark Orchid #B11FDE
Tints of Dark Orchid #B11FDE
RGB
CMYK
RGB Variations
Color information
#B11FDE (or 0xB11FDE) is known color: Dark Orchid. HEX triplet: B1, 1F and DE. RGB value is (177,31,222). Sum of RGB (Red+Green+Blue) = 177+31+222=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #B11FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FDE is #4EE021. Grayscale: #5F5F5F. Windows color (decimal): -5169186 or 14557105. OLE color: 14557105.
HSL color Cylindrical-coordinate representation of color #B11FDE: hue angle of 285.86º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11FDE is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 31 | 222 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.13 |
| HSL | 285.86º | 0.75% | 0.5% | - |
| HSV(B) | 285.86º | 0.86% | 0.87% | - |
| XYZ | 31.81 | 15.6 | 70.44 | - |
| YUV | 96.43 | 198.87 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 222 | 0.20 | 0.86 | 0 | 0.13 | 285.86 | 0.75 | 0.5 |
| Hex | B1 | 1F | DE | 14 | 56 | 0 | D | 11E | 4B | 32 |
| Octal | 261 | 37 | 336 | 24 | 126 | 0 | 15 | 436 | 113 | 62 |
| Binary | 10110001 | 11111 | 11011110 | 10100 | 1010110 | 0 | 1101 | 100011110 | 1001011 | 110010 |
Color Harmonies of #B11FDE
Complementary color
Monochromatic Colors of #B11FDE
Black with #B11FDE
Text Example
Text Example
White with #B11FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FDE; }
p { color: rgb(177,31,222); }
H1.HeaderClassName
{
color: #B11FDE;
}
.AnyTagClassName
{
color: #B11FDE;
}
</style>
background-color css
<style>
a { background-color: #B11FDE; }
a { background-color: rgb(177,31,222); }
div.DivClassName
{
background-color: #B11FDE;
}
.BgClassName
{
background-color: #B11FDE;
}
</style>
border-color css
<style>
span { border-color: #B11FDE; }
span { border-color: rgb(177,31,222); }
td.TdClassName
{
border-color: #B11FDE;
}
.TagClassName
{
border-color: #B11FDE;
}
</style>