Shades of Dark Orchid #BD26E1
Tints of Dark Orchid #BD26E1
RGB
CMYK
RGB Variations
Color information
#BD26E1 (or 0xBD26E1) is known color: Dark Orchid. HEX triplet: BD, 26 and E1. RGB value is (189,38,225). Sum of RGB (Red+Green+Blue) = 189+38+225=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD26E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26E1 is #42D91E. Grayscale: #676767. Windows color (decimal): -4380959 or 14755517. OLE color: 14755517.
HSL color Cylindrical-coordinate representation of color #BD26E1: hue angle of 288.45º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD26E1 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 38 | 225 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.12 |
| HSL | 288.45º | 0.76% | 0.52% | - |
| HSV(B) | 288.45º | 0.83% | 0.88% | - |
| XYZ | 35.27 | 17.64 | 72.78 | - |
| YUV | 104.47 | 196.03 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 225 | 0.16 | 0.83 | 0 | 0.12 | 288.45 | 0.76 | 0.52 |
| Hex | BD | 26 | E1 | 10 | 53 | 0 | C | 120 | 4C | 34 |
| Octal | 275 | 46 | 341 | 20 | 123 | 0 | 14 | 440 | 114 | 64 |
| Binary | 10111101 | 100110 | 11100001 | 10000 | 1010011 | 0 | 1100 | 100100000 | 1001100 | 110100 |
Color Harmonies of #BD26E1
Complementary color
Monochromatic Colors of #BD26E1
Black with #BD26E1
Text Example
Text Example
White with #BD26E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26E1; }
p { color: rgb(189,38,225); }
H1.HeaderClassName
{
color: #BD26E1;
}
.AnyTagClassName
{
color: #BD26E1;
}
</style>
background-color css
<style>
a { background-color: #BD26E1; }
a { background-color: rgb(189,38,225); }
div.DivClassName
{
background-color: #BD26E1;
}
.BgClassName
{
background-color: #BD26E1;
}
</style>
border-color css
<style>
span { border-color: #BD26E1; }
span { border-color: rgb(189,38,225); }
td.TdClassName
{
border-color: #BD26E1;
}
.TagClassName
{
border-color: #BD26E1;
}
</style>