Shades of Dark Orchid #B118D1
Tints of Dark Orchid #B118D1
RGB
CMYK
RGB Variations
Color information
#B118D1 (or 0xB118D1) is known color: Dark Orchid. HEX triplet: B1, 18 and D1. RGB value is (177,24,209). Sum of RGB (Red+Green+Blue) = 177+24+209=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #B118D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B118D1 is #4EE72E. Grayscale: #5A5A5A. Windows color (decimal): -5170991 or 13703345. OLE color: 13703345.
HSL color Cylindrical-coordinate representation of color #B118D1: hue angle of 289.62º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B118D1 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 24 | 209 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.18 |
| HSL | 289.62º | 0.79% | 0.46% | - |
| HSV(B) | 289.62º | 0.89% | 0.82% | - |
| XYZ | 29.97 | 14.6 | 61.56 | - |
| YUV | 90.84 | 194.69 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 209 | 0.15 | 0.89 | 0 | 0.18 | 289.62 | 0.79 | 0.46 |
| Hex | B1 | 18 | D1 | F | 59 | 0 | 12 | 122 | 4F | 2E |
| Octal | 261 | 30 | 321 | 17 | 131 | 0 | 22 | 442 | 117 | 56 |
| Binary | 10110001 | 11000 | 11010001 | 1111 | 1011001 | 0 | 10010 | 100100010 | 1001111 | 101110 |
Color Harmonies of #B118D1
Complementary color
Monochromatic Colors of #B118D1
Black with #B118D1
Text Example
Text Example
White with #B118D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B118D1; }
p { color: rgb(177,24,209); }
H1.HeaderClassName
{
color: #B118D1;
}
.AnyTagClassName
{
color: #B118D1;
}
</style>
background-color css
<style>
a { background-color: #B118D1; }
a { background-color: rgb(177,24,209); }
div.DivClassName
{
background-color: #B118D1;
}
.BgClassName
{
background-color: #B118D1;
}
</style>
border-color css
<style>
span { border-color: #B118D1; }
span { border-color: rgb(177,24,209); }
td.TdClassName
{
border-color: #B118D1;
}
.TagClassName
{
border-color: #B118D1;
}
</style>