Shades of Dark Orchid #B11CDF
Tints of Dark Orchid #B11CDF
RGB
CMYK
RGB Variations
Color information
#B11CDF (or 0xB11CDF) is known color: Dark Orchid. HEX triplet: B1, 1C and DF. RGB value is (177,28,223). Sum of RGB (Red+Green+Blue) = 177+28+223=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #B11CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11CDF is #4EE320. Grayscale: #5E5E5E. Windows color (decimal): -5169953 or 14621873. OLE color: 14621873.
HSL color Cylindrical-coordinate representation of color #B11CDF: hue angle of 285.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11CDF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 28 | 223 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.13 |
| HSL | 285.85º | 0.78% | 0.49% | - |
| HSV(B) | 285.85º | 0.87% | 0.87% | - |
| XYZ | 31.87 | 15.51 | 71.13 | - |
| YUV | 94.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 223 | 0.21 | 0.87 | 0 | 0.13 | 285.85 | 0.78 | 0.49 |
| Hex | B1 | 1C | DF | 15 | 57 | 0 | D | 11E | 4E | 31 |
| Octal | 261 | 34 | 337 | 25 | 127 | 0 | 15 | 436 | 116 | 61 |
| Binary | 10110001 | 11100 | 11011111 | 10101 | 1010111 | 0 | 1101 | 100011110 | 1001110 | 110001 |
Color Harmonies of #B11CDF
Complementary color
Monochromatic Colors of #B11CDF
Black with #B11CDF
Text Example
Text Example
White with #B11CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11CDF; }
p { color: rgb(177,28,223); }
H1.HeaderClassName
{
color: #B11CDF;
}
.AnyTagClassName
{
color: #B11CDF;
}
</style>
background-color css
<style>
a { background-color: #B11CDF; }
a { background-color: rgb(177,28,223); }
div.DivClassName
{
background-color: #B11CDF;
}
.BgClassName
{
background-color: #B11CDF;
}
</style>
border-color css
<style>
span { border-color: #B11CDF; }
span { border-color: rgb(177,28,223); }
td.TdClassName
{
border-color: #B11CDF;
}
.TagClassName
{
border-color: #B11CDF;
}
</style>