Shades of Dark Orchid #B12DCD
Tints of Dark Orchid #B12DCD
RGB
CMYK
RGB Variations
Color information
#B12DCD (or 0xB12DCD) is known color: Dark Orchid. HEX triplet: B1, 2D and CD. RGB value is (177,45,205). Sum of RGB (Red+Green+Blue) = 177+45+205=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #B12DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DCD is #4ED232. Grayscale: #666666. Windows color (decimal): -5165619 or 13446577. OLE color: 13446577.
HSL color Cylindrical-coordinate representation of color #B12DCD: hue angle of 289.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12DCD is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 45 | 205 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.20 |
| HSL | 289.5º | 0.64% | 0.49% | - |
| HSV(B) | 289.5º | 0.78% | 0.8% | - |
| XYZ | 30.09 | 15.63 | 59.19 | - |
| YUV | 102.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 205 | 0.14 | 0.78 | 0 | 0.20 | 289.5 | 0.64 | 0.49 |
| Hex | B1 | 2D | CD | E | 4E | 0 | 14 | 122 | 40 | 31 |
| Octal | 261 | 55 | 315 | 16 | 116 | 0 | 24 | 442 | 100 | 61 |
| Binary | 10110001 | 101101 | 11001101 | 1110 | 1001110 | 0 | 10100 | 100100010 | 1000000 | 110001 |
Color Harmonies of #B12DCD
Complementary color
Monochromatic Colors of #B12DCD
Black with #B12DCD
Text Example
Text Example
White with #B12DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DCD; }
p { color: rgb(177,45,205); }
H1.HeaderClassName
{
color: #B12DCD;
}
.AnyTagClassName
{
color: #B12DCD;
}
</style>
background-color css
<style>
a { background-color: #B12DCD; }
a { background-color: rgb(177,45,205); }
div.DivClassName
{
background-color: #B12DCD;
}
.BgClassName
{
background-color: #B12DCD;
}
</style>
border-color css
<style>
span { border-color: #B12DCD; }
span { border-color: rgb(177,45,205); }
td.TdClassName
{
border-color: #B12DCD;
}
.TagClassName
{
border-color: #B12DCD;
}
</style>