Shades of Dark Orchid #B11DDC
Tints of Dark Orchid #B11DDC
RGB
CMYK
RGB Variations
Color information
#B11DDC (or 0xB11DDC) is known color: Dark Orchid. HEX triplet: B1, 1D and DC. RGB value is (177,29,220). Sum of RGB (Red+Green+Blue) = 177+29+220=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #B11DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DDC is #4EE223. Grayscale: #5E5E5E. Windows color (decimal): -5169700 or 14425521. OLE color: 14425521.
HSL color Cylindrical-coordinate representation of color #B11DDC: hue angle of 286.49º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11DDC is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 29 | 220 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.14 |
| HSL | 286.49º | 0.77% | 0.49% | - |
| HSV(B) | 286.49º | 0.87% | 0.86% | - |
| XYZ | 31.49 | 15.39 | 69.02 | - |
| YUV | 95.03 | 198.53 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 220 | 0.20 | 0.87 | 0 | 0.14 | 286.49 | 0.77 | 0.49 |
| Hex | B1 | 1D | DC | 14 | 57 | 0 | E | 11E | 4D | 31 |
| Octal | 261 | 35 | 334 | 24 | 127 | 0 | 16 | 436 | 115 | 61 |
| Binary | 10110001 | 11101 | 11011100 | 10100 | 1010111 | 0 | 1110 | 100011110 | 1001101 | 110001 |
Color Harmonies of #B11DDC
Complementary color
Monochromatic Colors of #B11DDC
Black with #B11DDC
Text Example
Text Example
White with #B11DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DDC; }
p { color: rgb(177,29,220); }
H1.HeaderClassName
{
color: #B11DDC;
}
.AnyTagClassName
{
color: #B11DDC;
}
</style>
background-color css
<style>
a { background-color: #B11DDC; }
a { background-color: rgb(177,29,220); }
div.DivClassName
{
background-color: #B11DDC;
}
.BgClassName
{
background-color: #B11DDC;
}
</style>
border-color css
<style>
span { border-color: #B11DDC; }
span { border-color: rgb(177,29,220); }
td.TdClassName
{
border-color: #B11DDC;
}
.TagClassName
{
border-color: #B11DDC;
}
</style>