Shades of Dark Orchid #BD26DA
Tints of Dark Orchid #BD26DA
RGB
CMYK
RGB Variations
Color information
#BD26DA (or 0xBD26DA) is known color: Dark Orchid. HEX triplet: BD, 26 and DA. RGB value is (189,38,218). Sum of RGB (Red+Green+Blue) = 189+38+218=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD26DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26DA is #42D925. Grayscale: #676767. Windows color (decimal): -4380966 or 14296765. OLE color: 14296765.
HSL color Cylindrical-coordinate representation of color #BD26DA: hue angle of 290.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD26DA is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 38 | 218 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.15 |
| HSL | 290.33º | 0.71% | 0.5% | - |
| HSV(B) | 290.33º | 0.83% | 0.85% | - |
| XYZ | 34.33 | 17.27 | 67.85 | - |
| YUV | 103.67 | 192.53 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 218 | 0.13 | 0.83 | 0 | 0.15 | 290.33 | 0.71 | 0.5 |
| Hex | BD | 26 | DA | D | 53 | 0 | F | 122 | 47 | 32 |
| Octal | 275 | 46 | 332 | 15 | 123 | 0 | 17 | 442 | 107 | 62 |
| Binary | 10111101 | 100110 | 11011010 | 1101 | 1010011 | 0 | 1111 | 100100010 | 1000111 | 110010 |
Color Harmonies of #BD26DA
Complementary color
Monochromatic Colors of #BD26DA
Black with #BD26DA
Text Example
Text Example
White with #BD26DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26DA; }
p { color: rgb(189,38,218); }
H1.HeaderClassName
{
color: #BD26DA;
}
.AnyTagClassName
{
color: #BD26DA;
}
</style>
background-color css
<style>
a { background-color: #BD26DA; }
a { background-color: rgb(189,38,218); }
div.DivClassName
{
background-color: #BD26DA;
}
.BgClassName
{
background-color: #BD26DA;
}
</style>
border-color css
<style>
span { border-color: #BD26DA; }
span { border-color: rgb(189,38,218); }
td.TdClassName
{
border-color: #BD26DA;
}
.TagClassName
{
border-color: #BD26DA;
}
</style>