Shades of Dark Orchid #B11FBA
Tints of Dark Orchid #B11FBA
RGB
CMYK
RGB Variations
Color information
#B11FBA (or 0xB11FBA) is known color: Dark Orchid. HEX triplet: B1, 1F and BA. RGB value is (177,31,186). Sum of RGB (Red+Green+Blue) = 177+31+186=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #B11FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FBA is #4EE045. Grayscale: #5B5B5B. Windows color (decimal): -5169222 or 12197809. OLE color: 12197809.
HSL color Cylindrical-coordinate representation of color #B11FBA: hue angle of 296.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11FBA is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 31 | 186 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.27 |
| HSL | 296.52º | 0.71% | 0.43% | - |
| HSV(B) | 296.52º | 0.83% | 0.73% | - |
| XYZ | 27.48 | 13.87 | 47.68 | - |
| YUV | 92.32 | 180.87 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 186 | 0.05 | 0.83 | 0 | 0.27 | 296.52 | 0.71 | 0.43 |
| Hex | B1 | 1F | BA | 5 | 53 | 0 | 1B | 129 | 47 | 2B |
| Octal | 261 | 37 | 272 | 5 | 123 | 0 | 33 | 451 | 107 | 53 |
| Binary | 10110001 | 11111 | 10111010 | 101 | 1010011 | 0 | 11011 | 100101001 | 1000111 | 101011 |
Color Harmonies of #B11FBA
Complementary color
Monochromatic Colors of #B11FBA
Black with #B11FBA
Text Example
Text Example
White with #B11FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FBA; }
p { color: rgb(177,31,186); }
H1.HeaderClassName
{
color: #B11FBA;
}
.AnyTagClassName
{
color: #B11FBA;
}
</style>
background-color css
<style>
a { background-color: #B11FBA; }
a { background-color: rgb(177,31,186); }
div.DivClassName
{
background-color: #B11FBA;
}
.BgClassName
{
background-color: #B11FBA;
}
</style>
border-color css
<style>
span { border-color: #B11FBA; }
span { border-color: rgb(177,31,186); }
td.TdClassName
{
border-color: #B11FBA;
}
.TagClassName
{
border-color: #B11FBA;
}
</style>