Shades of Dark Orchid #B11BDF
Tints of Dark Orchid #B11BDF
RGB
CMYK
RGB Variations
Color information
#B11BDF (or 0xB11BDF) is known color: Dark Orchid. HEX triplet: B1, 1B and DF. RGB value is (177,27,223). Sum of RGB (Red+Green+Blue) = 177+27+223=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #B11BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11BDF is #4EE420. Grayscale: #5D5D5D. Windows color (decimal): -5170209 or 14621617. OLE color: 14621617.
HSL color Cylindrical-coordinate representation of color #B11BDF: hue angle of 285.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11BDF is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 27 | 223 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.13 |
| HSL | 285.92º | 0.78% | 0.49% | - |
| HSV(B) | 285.92º | 0.88% | 0.87% | - |
| XYZ | 31.84 | 15.46 | 71.12 | - |
| YUV | 94.19 | 200.7 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 223 | 0.21 | 0.88 | 0 | 0.13 | 285.92 | 0.78 | 0.49 |
| Hex | B1 | 1B | DF | 15 | 58 | 0 | D | 11E | 4E | 31 |
| Octal | 261 | 33 | 337 | 25 | 130 | 0 | 15 | 436 | 116 | 61 |
| Binary | 10110001 | 11011 | 11011111 | 10101 | 1011000 | 0 | 1101 | 100011110 | 1001110 | 110001 |
Color Harmonies of #B11BDF
Complementary color
Monochromatic Colors of #B11BDF
Black with #B11BDF
Text Example
Text Example
White with #B11BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11BDF; }
p { color: rgb(177,27,223); }
H1.HeaderClassName
{
color: #B11BDF;
}
.AnyTagClassName
{
color: #B11BDF;
}
</style>
background-color css
<style>
a { background-color: #B11BDF; }
a { background-color: rgb(177,27,223); }
div.DivClassName
{
background-color: #B11BDF;
}
.BgClassName
{
background-color: #B11BDF;
}
</style>
border-color css
<style>
span { border-color: #B11BDF; }
span { border-color: rgb(177,27,223); }
td.TdClassName
{
border-color: #B11BDF;
}
.TagClassName
{
border-color: #B11BDF;
}
</style>