Shades of Dark Orchid #B12CDA
Tints of Dark Orchid #B12CDA
RGB
CMYK
RGB Variations
Color information
#B12CDA (or 0xB12CDA) is known color: Dark Orchid. HEX triplet: B1, 2C and DA. RGB value is (177,44,218). Sum of RGB (Red+Green+Blue) = 177+44+218=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #B12CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CDA is #4ED325. Grayscale: #676767. Windows color (decimal): -5165862 or 14298289. OLE color: 14298289.
HSL color Cylindrical-coordinate representation of color #B12CDA: hue angle of 285.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12CDA is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 44 | 218 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.15 |
| HSL | 285.86º | 0.7% | 0.51% | - |
| HSV(B) | 285.86º | 0.8% | 0.85% | - |
| XYZ | 31.69 | 16.21 | 67.79 | - |
| YUV | 103.6 | 192.56 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 218 | 0.19 | 0.80 | 0 | 0.15 | 285.86 | 0.7 | 0.51 |
| Hex | B1 | 2C | DA | 13 | 50 | 0 | F | 11E | 46 | 33 |
| Octal | 261 | 54 | 332 | 23 | 120 | 0 | 17 | 436 | 106 | 63 |
| Binary | 10110001 | 101100 | 11011010 | 10011 | 1010000 | 0 | 1111 | 100011110 | 1000110 | 110011 |
Color Harmonies of #B12CDA
Complementary color
Monochromatic Colors of #B12CDA
Black with #B12CDA
Text Example
Text Example
White with #B12CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12CDA; }
p { color: rgb(177,44,218); }
H1.HeaderClassName
{
color: #B12CDA;
}
.AnyTagClassName
{
color: #B12CDA;
}
</style>
background-color css
<style>
a { background-color: #B12CDA; }
a { background-color: rgb(177,44,218); }
div.DivClassName
{
background-color: #B12CDA;
}
.BgClassName
{
background-color: #B12CDA;
}
</style>
border-color css
<style>
span { border-color: #B12CDA; }
span { border-color: rgb(177,44,218); }
td.TdClassName
{
border-color: #B12CDA;
}
.TagClassName
{
border-color: #B12CDA;
}
</style>