Shades of Dark Orchid #B11FE1
Tints of Dark Orchid #B11FE1
RGB
CMYK
RGB Variations
Color information
#B11FE1 (or 0xB11FE1) is known color: Dark Orchid. HEX triplet: B1, 1F and E1. RGB value is (177,31,225). Sum of RGB (Red+Green+Blue) = 177+31+225=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #B11FE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FE1 is #4EE01E. Grayscale: #606060. Windows color (decimal): -5169183 or 14753713. OLE color: 14753713.
HSL color Cylindrical-coordinate representation of color #B11FE1: hue angle of 285.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11FE1 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 31 | 225 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.12 |
| HSL | 285.15º | 0.76% | 0.5% | - |
| HSV(B) | 285.15º | 0.86% | 0.88% | - |
| XYZ | 32.21 | 15.76 | 72.58 | - |
| YUV | 96.77 | 200.37 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 225 | 0.21 | 0.86 | 0 | 0.12 | 285.15 | 0.76 | 0.5 |
| Hex | B1 | 1F | E1 | 15 | 56 | 0 | C | 11D | 4C | 32 |
| Octal | 261 | 37 | 341 | 25 | 126 | 0 | 14 | 435 | 114 | 62 |
| Binary | 10110001 | 11111 | 11100001 | 10101 | 1010110 | 0 | 1100 | 100011101 | 1001100 | 110010 |
Color Harmonies of #B11FE1
Complementary color
Monochromatic Colors of #B11FE1
Black with #B11FE1
Text Example
Text Example
White with #B11FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FE1; }
p { color: rgb(177,31,225); }
H1.HeaderClassName
{
color: #B11FE1;
}
.AnyTagClassName
{
color: #B11FE1;
}
</style>
background-color css
<style>
a { background-color: #B11FE1; }
a { background-color: rgb(177,31,225); }
div.DivClassName
{
background-color: #B11FE1;
}
.BgClassName
{
background-color: #B11FE1;
}
</style>
border-color css
<style>
span { border-color: #B11FE1; }
span { border-color: rgb(177,31,225); }
td.TdClassName
{
border-color: #B11FE1;
}
.TagClassName
{
border-color: #B11FE1;
}
</style>