Shades of Dark Orchid #B12ECF
Tints of Dark Orchid #B12ECF
RGB
CMYK
RGB Variations
Color information
#B12ECF (or 0xB12ECF) is known color: Dark Orchid. HEX triplet: B1, 2E and CF. RGB value is (177,46,207). Sum of RGB (Red+Green+Blue) = 177+46+207=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #B12ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12ECF is #4ED130. Grayscale: #676767. Windows color (decimal): -5165361 or 13577905. OLE color: 13577905.
HSL color Cylindrical-coordinate representation of color #B12ECF: hue angle of 288.82º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12ECF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 46 | 207 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.19 |
| HSL | 288.82º | 0.64% | 0.5% | - |
| HSV(B) | 288.82º | 0.78% | 0.81% | - |
| XYZ | 30.37 | 15.81 | 60.48 | - |
| YUV | 103.52 | 186.4 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 207 | 0.14 | 0.78 | 0 | 0.19 | 288.82 | 0.64 | 0.5 |
| Hex | B1 | 2E | CF | E | 4E | 0 | 13 | 121 | 40 | 32 |
| Octal | 261 | 56 | 317 | 16 | 116 | 0 | 23 | 441 | 100 | 62 |
| Binary | 10110001 | 101110 | 11001111 | 1110 | 1001110 | 0 | 10011 | 100100001 | 1000000 | 110010 |
Color Harmonies of #B12ECF
Complementary color
Monochromatic Colors of #B12ECF
Black with #B12ECF
Text Example
Text Example
White with #B12ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12ECF; }
p { color: rgb(177,46,207); }
H1.HeaderClassName
{
color: #B12ECF;
}
.AnyTagClassName
{
color: #B12ECF;
}
</style>
background-color css
<style>
a { background-color: #B12ECF; }
a { background-color: rgb(177,46,207); }
div.DivClassName
{
background-color: #B12ECF;
}
.BgClassName
{
background-color: #B12ECF;
}
</style>
border-color css
<style>
span { border-color: #B12ECF; }
span { border-color: rgb(177,46,207); }
td.TdClassName
{
border-color: #B12ECF;
}
.TagClassName
{
border-color: #B12ECF;
}
</style>