Shades of Dark Orchid #BD2DCF
Tints of Dark Orchid #BD2DCF
RGB
CMYK
RGB Variations
Color information
#BD2DCF (or 0xBD2DCF) is known color: Dark Orchid. HEX triplet: BD, 2D and CF. RGB value is (189,45,207). Sum of RGB (Red+Green+Blue) = 189+45+207=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD2DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DCF is #42D230. Grayscale: #6A6A6A. Windows color (decimal): -4379185 or 13577661. OLE color: 13577661.
HSL color Cylindrical-coordinate representation of color #BD2DCF: hue angle of 293.33º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2DCF is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 45 | 207 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.19 |
| HSL | 293.33º | 0.64% | 0.49% | - |
| HSV(B) | 293.33º | 0.78% | 0.81% | - |
| XYZ | 33.19 | 17.2 | 60.6 | - |
| YUV | 106.52 | 184.71 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 207 | 0.09 | 0.78 | 0 | 0.19 | 293.33 | 0.64 | 0.49 |
| Hex | BD | 2D | CF | 9 | 4E | 0 | 13 | 125 | 40 | 31 |
| Octal | 275 | 55 | 317 | 11 | 116 | 0 | 23 | 445 | 100 | 61 |
| Binary | 10111101 | 101101 | 11001111 | 1001 | 1001110 | 0 | 10011 | 100100101 | 1000000 | 110001 |
Color Harmonies of #BD2DCF
Complementary color
Monochromatic Colors of #BD2DCF
Black with #BD2DCF
Text Example
Text Example
White with #BD2DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DCF; }
p { color: rgb(189,45,207); }
H1.HeaderClassName
{
color: #BD2DCF;
}
.AnyTagClassName
{
color: #BD2DCF;
}
</style>
background-color css
<style>
a { background-color: #BD2DCF; }
a { background-color: rgb(189,45,207); }
div.DivClassName
{
background-color: #BD2DCF;
}
.BgClassName
{
background-color: #BD2DCF;
}
</style>
border-color css
<style>
span { border-color: #BD2DCF; }
span { border-color: rgb(189,45,207); }
td.TdClassName
{
border-color: #BD2DCF;
}
.TagClassName
{
border-color: #BD2DCF;
}
</style>