Shades of Dark Orchid #B11FE6
Tints of Dark Orchid #B11FE6
RGB
CMYK
RGB Variations
Color information
#B11FE6 (or 0xB11FE6) is known color: Dark Orchid. HEX triplet: B1, 1F and E6. RGB value is (177,31,230). Sum of RGB (Red+Green+Blue) = 177+31+230=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #B11FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11FE6 is #4EE019. Grayscale: #606060. Windows color (decimal): -5169178 or 15081393. OLE color: 15081393.
HSL color Cylindrical-coordinate representation of color #B11FE6: hue angle of 284.02º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11FE6 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 31 | 230 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.10 |
| HSL | 284.02º | 0.8% | 0.51% | - |
| HSV(B) | 284.02º | 0.87% | 0.9% | - |
| XYZ | 32.9 | 16.04 | 76.22 | - |
| YUV | 97.34 | 202.87 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 230 | 0.23 | 0.87 | 0 | 0.10 | 284.02 | 0.8 | 0.51 |
| Hex | B1 | 1F | E6 | 17 | 57 | 0 | A | 11C | 50 | 33 |
| Octal | 261 | 37 | 346 | 27 | 127 | 0 | 12 | 434 | 120 | 63 |
| Binary | 10110001 | 11111 | 11100110 | 10111 | 1010111 | 0 | 1010 | 100011100 | 1010000 | 110011 |
Color Harmonies of #B11FE6
Complementary color
Monochromatic Colors of #B11FE6
Black with #B11FE6
Text Example
Text Example
White with #B11FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FE6; }
p { color: rgb(177,31,230); }
H1.HeaderClassName
{
color: #B11FE6;
}
.AnyTagClassName
{
color: #B11FE6;
}
</style>
background-color css
<style>
a { background-color: #B11FE6; }
a { background-color: rgb(177,31,230); }
div.DivClassName
{
background-color: #B11FE6;
}
.BgClassName
{
background-color: #B11FE6;
}
</style>
border-color css
<style>
span { border-color: #B11FE6; }
span { border-color: rgb(177,31,230); }
td.TdClassName
{
border-color: #B11FE6;
}
.TagClassName
{
border-color: #B11FE6;
}
</style>