Shades of Dark Orchid #B12ED0
Tints of Dark Orchid #B12ED0
RGB
CMYK
RGB Variations
Color information
#B12ED0 (or 0xB12ED0) is known color: Dark Orchid. HEX triplet: B1, 2E and D0. RGB value is (177,46,208). Sum of RGB (Red+Green+Blue) = 177+46+208=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #B12ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12ED0 is #4ED12F. Grayscale: #676767. Windows color (decimal): -5165360 or 13643441. OLE color: 13643441.
HSL color Cylindrical-coordinate representation of color #B12ED0: hue angle of 288.52º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12ED0 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 46 | 208 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.18 |
| HSL | 288.52º | 0.64% | 0.5% | - |
| HSV(B) | 288.52º | 0.78% | 0.82% | - |
| XYZ | 30.49 | 15.86 | 61.13 | - |
| YUV | 103.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 208 | 0.15 | 0.78 | 0 | 0.18 | 288.52 | 0.64 | 0.5 |
| Hex | B1 | 2E | D0 | F | 4E | 0 | 12 | 121 | 40 | 32 |
| Octal | 261 | 56 | 320 | 17 | 116 | 0 | 22 | 441 | 100 | 62 |
| Binary | 10110001 | 101110 | 11010000 | 1111 | 1001110 | 0 | 10010 | 100100001 | 1000000 | 110010 |
Color Harmonies of #B12ED0
Complementary color
Monochromatic Colors of #B12ED0
Black with #B12ED0
Text Example
Text Example
White with #B12ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12ED0; }
p { color: rgb(177,46,208); }
H1.HeaderClassName
{
color: #B12ED0;
}
.AnyTagClassName
{
color: #B12ED0;
}
</style>
background-color css
<style>
a { background-color: #B12ED0; }
a { background-color: rgb(177,46,208); }
div.DivClassName
{
background-color: #B12ED0;
}
.BgClassName
{
background-color: #B12ED0;
}
</style>
border-color css
<style>
span { border-color: #B12ED0; }
span { border-color: rgb(177,46,208); }
td.TdClassName
{
border-color: #B12ED0;
}
.TagClassName
{
border-color: #B12ED0;
}
</style>