Shades of Dark Orchid #BF26DF
Tints of Dark Orchid #BF26DF
RGB
CMYK
RGB Variations
Color information
#BF26DF (or 0xBF26DF) is known color: Dark Orchid. HEX triplet: BF, 26 and DF. RGB value is (191,38,223). Sum of RGB (Red+Green+Blue) = 191+38+223=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF26DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF26DF is #40D920. Grayscale: #686868. Windows color (decimal): -4249889 or 14624447. OLE color: 14624447.
HSL color Cylindrical-coordinate representation of color #BF26DF: hue angle of 289.62º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF26DF is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 38 | 223 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.13 |
| HSL | 289.62º | 0.74% | 0.51% | - |
| HSV(B) | 289.62º | 0.83% | 0.87% | - |
| XYZ | 35.5 | 17.79 | 71.37 | - |
| YUV | 104.84 | 194.69 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 223 | 0.14 | 0.83 | 0 | 0.13 | 289.62 | 0.74 | 0.51 |
| Hex | BF | 26 | DF | E | 53 | 0 | D | 122 | 4A | 33 |
| Octal | 277 | 46 | 337 | 16 | 123 | 0 | 15 | 442 | 112 | 63 |
| Binary | 10111111 | 100110 | 11011111 | 1110 | 1010011 | 0 | 1101 | 100100010 | 1001010 | 110011 |
Color Harmonies of #BF26DF
Complementary color
Monochromatic Colors of #BF26DF
Black with #BF26DF
Text Example
Text Example
White with #BF26DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF26DF; }
p { color: rgb(191,38,223); }
H1.HeaderClassName
{
color: #BF26DF;
}
.AnyTagClassName
{
color: #BF26DF;
}
</style>
background-color css
<style>
a { background-color: #BF26DF; }
a { background-color: rgb(191,38,223); }
div.DivClassName
{
background-color: #BF26DF;
}
.BgClassName
{
background-color: #BF26DF;
}
</style>
border-color css
<style>
span { border-color: #BF26DF; }
span { border-color: rgb(191,38,223); }
td.TdClassName
{
border-color: #BF26DF;
}
.TagClassName
{
border-color: #BF26DF;
}
</style>