Shades of Dark Orchid #B11CDA
Tints of Dark Orchid #B11CDA
RGB
CMYK
RGB Variations
Color information
#B11CDA (or 0xB11CDA) is known color: Dark Orchid. HEX triplet: B1, 1C and DA. RGB value is (177,28,218). Sum of RGB (Red+Green+Blue) = 177+28+218=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #B11CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11CDA is #4EE325. Grayscale: #5D5D5D. Windows color (decimal): -5169958 or 14294193. OLE color: 14294193.
HSL color Cylindrical-coordinate representation of color #B11CDA: hue angle of 287.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11CDA is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 28 | 218 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.15 |
| HSL | 287.05º | 0.77% | 0.48% | - |
| HSV(B) | 287.05º | 0.87% | 0.85% | - |
| XYZ | 31.2 | 15.24 | 67.63 | - |
| YUV | 94.21 | 197.86 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 218 | 0.19 | 0.87 | 0 | 0.15 | 287.05 | 0.77 | 0.48 |
| Hex | B1 | 1C | DA | 13 | 57 | 0 | F | 11F | 4D | 30 |
| Octal | 261 | 34 | 332 | 23 | 127 | 0 | 17 | 437 | 115 | 60 |
| Binary | 10110001 | 11100 | 11011010 | 10011 | 1010111 | 0 | 1111 | 100011111 | 1001101 | 110000 |
Color Harmonies of #B11CDA
Complementary color
Monochromatic Colors of #B11CDA
Black with #B11CDA
Text Example
Text Example
White with #B11CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11CDA; }
p { color: rgb(177,28,218); }
H1.HeaderClassName
{
color: #B11CDA;
}
.AnyTagClassName
{
color: #B11CDA;
}
</style>
background-color css
<style>
a { background-color: #B11CDA; }
a { background-color: rgb(177,28,218); }
div.DivClassName
{
background-color: #B11CDA;
}
.BgClassName
{
background-color: #B11CDA;
}
</style>
border-color css
<style>
span { border-color: #B11CDA; }
span { border-color: rgb(177,28,218); }
td.TdClassName
{
border-color: #B11CDA;
}
.TagClassName
{
border-color: #B11CDA;
}
</style>