Shades of Dark Orchid #BC26CF
Tints of Dark Orchid #BC26CF
RGB
CMYK
RGB Variations
Color information
#BC26CF (or 0xBC26CF) is known color: Dark Orchid. HEX triplet: BC, 26 and CF. RGB value is (188,38,207). Sum of RGB (Red+Green+Blue) = 188+38+207=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC26CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26CF is #43D930. Grayscale: #656565. Windows color (decimal): -4446513 or 13575868. OLE color: 13575868.
HSL color Cylindrical-coordinate representation of color #BC26CF: hue angle of 293.25º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC26CF is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 38 | 207 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.19 |
| HSL | 293.25º | 0.69% | 0.48% | - |
| HSV(B) | 293.25º | 0.82% | 0.81% | - |
| XYZ | 32.69 | 16.58 | 60.51 | - |
| YUV | 102.12 | 187.2 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 207 | 0.09 | 0.82 | 0 | 0.19 | 293.25 | 0.69 | 0.48 |
| Hex | BC | 26 | CF | 9 | 52 | 0 | 13 | 125 | 45 | 30 |
| Octal | 274 | 46 | 317 | 11 | 122 | 0 | 23 | 445 | 105 | 60 |
| Binary | 10111100 | 100110 | 11001111 | 1001 | 1010010 | 0 | 10011 | 100100101 | 1000101 | 110000 |
Color Harmonies of #BC26CF
Complementary color
Monochromatic Colors of #BC26CF
Black with #BC26CF
Text Example
Text Example
White with #BC26CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26CF; }
p { color: rgb(188,38,207); }
H1.HeaderClassName
{
color: #BC26CF;
}
.AnyTagClassName
{
color: #BC26CF;
}
</style>
background-color css
<style>
a { background-color: #BC26CF; }
a { background-color: rgb(188,38,207); }
div.DivClassName
{
background-color: #BC26CF;
}
.BgClassName
{
background-color: #BC26CF;
}
</style>
border-color css
<style>
span { border-color: #BC26CF; }
span { border-color: rgb(188,38,207); }
td.TdClassName
{
border-color: #BC26CF;
}
.TagClassName
{
border-color: #BC26CF;
}
</style>