Shades of Dark Orchid #B61ECF
Tints of Dark Orchid #B61ECF
RGB
CMYK
RGB Variations
Color information
#B61ECF (or 0xB61ECF) is known color: Dark Orchid. HEX triplet: B6, 1E and CF. RGB value is (182,30,207). Sum of RGB (Red+Green+Blue) = 182+30+207=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #B61ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ECF is #49E130. Grayscale: #5F5F5F. Windows color (decimal): -4841777 or 13573814. OLE color: 13573814.
HSL color Cylindrical-coordinate representation of color #B61ECF: hue angle of 291.53º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61ECF is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 30 | 207 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.19 |
| HSL | 291.53º | 0.75% | 0.46% | - |
| HSV(B) | 291.53º | 0.86% | 0.81% | - |
| XYZ | 31.02 | 15.38 | 60.37 | - |
| YUV | 95.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 30 | 207 | 0.12 | 0.86 | 0 | 0.19 | 291.53 | 0.75 | 0.46 |
| Hex | B6 | 1E | CF | C | 56 | 0 | 13 | 124 | 4B | 2E |
| Octal | 266 | 36 | 317 | 14 | 126 | 0 | 23 | 444 | 113 | 56 |
| Binary | 10110110 | 11110 | 11001111 | 1100 | 1010110 | 0 | 10011 | 100100100 | 1001011 | 101110 |
Color Harmonies of #B61ECF
Complementary color
Monochromatic Colors of #B61ECF
Black with #B61ECF
Text Example
Text Example
White with #B61ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61ECF; }
p { color: rgb(182,30,207); }
H1.HeaderClassName
{
color: #B61ECF;
}
.AnyTagClassName
{
color: #B61ECF;
}
</style>
background-color css
<style>
a { background-color: #B61ECF; }
a { background-color: rgb(182,30,207); }
div.DivClassName
{
background-color: #B61ECF;
}
.BgClassName
{
background-color: #B61ECF;
}
</style>
border-color css
<style>
span { border-color: #B61ECF; }
span { border-color: rgb(182,30,207); }
td.TdClassName
{
border-color: #B61ECF;
}
.TagClassName
{
border-color: #B61ECF;
}
</style>