Shades of Dark Orchid #BD26DF
Tints of Dark Orchid #BD26DF
RGB
CMYK
RGB Variations
Color information
#BD26DF (or 0xBD26DF) is known color: Dark Orchid. HEX triplet: BD, 26 and DF. RGB value is (189,38,223). Sum of RGB (Red+Green+Blue) = 189+38+223=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD26DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26DF is #42D920. Grayscale: #676767. Windows color (decimal): -4380961 or 14624445. OLE color: 14624445.
HSL color Cylindrical-coordinate representation of color #BD26DF: hue angle of 288.97º 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 #BD26DF is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 38 | 223 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.13 |
| HSL | 288.97º | 0.74% | 0.51% | - |
| HSV(B) | 288.97º | 0.83% | 0.87% | - |
| XYZ | 35 | 17.53 | 71.35 | - |
| YUV | 104.24 | 195.03 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 223 | 0.15 | 0.83 | 0 | 0.13 | 288.97 | 0.74 | 0.51 |
| Hex | BD | 26 | DF | F | 53 | 0 | D | 121 | 4A | 33 |
| Octal | 275 | 46 | 337 | 17 | 123 | 0 | 15 | 441 | 112 | 63 |
| Binary | 10111101 | 100110 | 11011111 | 1111 | 1010011 | 0 | 1101 | 100100001 | 1001010 | 110011 |
Color Harmonies of #BD26DF
Complementary color
Monochromatic Colors of #BD26DF
Black with #BD26DF
Text Example
Text Example
White with #BD26DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26DF; }
p { color: rgb(189,38,223); }
H1.HeaderClassName
{
color: #BD26DF;
}
.AnyTagClassName
{
color: #BD26DF;
}
</style>
background-color css
<style>
a { background-color: #BD26DF; }
a { background-color: rgb(189,38,223); }
div.DivClassName
{
background-color: #BD26DF;
}
.BgClassName
{
background-color: #BD26DF;
}
</style>
border-color css
<style>
span { border-color: #BD26DF; }
span { border-color: rgb(189,38,223); }
td.TdClassName
{
border-color: #BD26DF;
}
.TagClassName
{
border-color: #BD26DF;
}
</style>