Shades of Dark Orchid #BD24DF
Tints of Dark Orchid #BD24DF
RGB
CMYK
RGB Variations
Color information
#BD24DF (or 0xBD24DF) is known color: Dark Orchid. HEX triplet: BD, 24 and DF. RGB value is (189,36,223). Sum of RGB (Red+Green+Blue) = 189+36+223=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD24DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD24DF is #42DB20. Grayscale: #666666. Windows color (decimal): -4381473 or 14623933. OLE color: 14623933.
HSL color Cylindrical-coordinate representation of color #BD24DF: hue angle of 289.09º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD24DF is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 36 | 223 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.13 |
| HSL | 289.09º | 0.75% | 0.51% | - |
| HSV(B) | 289.09º | 0.84% | 0.87% | - |
| XYZ | 34.94 | 17.41 | 71.33 | - |
| YUV | 103.07 | 195.69 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 223 | 0.15 | 0.84 | 0 | 0.13 | 289.09 | 0.75 | 0.51 |
| Hex | BD | 24 | DF | F | 54 | 0 | D | 121 | 4B | 33 |
| Octal | 275 | 44 | 337 | 17 | 124 | 0 | 15 | 441 | 113 | 63 |
| Binary | 10111101 | 100100 | 11011111 | 1111 | 1010100 | 0 | 1101 | 100100001 | 1001011 | 110011 |
Color Harmonies of #BD24DF
Complementary color
Monochromatic Colors of #BD24DF
Black with #BD24DF
Text Example
Text Example
White with #BD24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD24DF; }
p { color: rgb(189,36,223); }
H1.HeaderClassName
{
color: #BD24DF;
}
.AnyTagClassName
{
color: #BD24DF;
}
</style>
background-color css
<style>
a { background-color: #BD24DF; }
a { background-color: rgb(189,36,223); }
div.DivClassName
{
background-color: #BD24DF;
}
.BgClassName
{
background-color: #BD24DF;
}
</style>
border-color css
<style>
span { border-color: #BD24DF; }
span { border-color: rgb(189,36,223); }
td.TdClassName
{
border-color: #BD24DF;
}
.TagClassName
{
border-color: #BD24DF;
}
</style>