Shades of Medium Orchid #BD3FDD
Tints of Medium Orchid #BD3FDD
RGB
CMYK
RGB Variations
Color information
#BD3FDD (or 0xBD3FDD) is known color: Medium Orchid. HEX triplet: BD, 3F and DD. RGB value is (189,63,221). Sum of RGB (Red+Green+Blue) = 189+63+221=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD3FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FDD is #42C022. Grayscale: #767676. Windows color (decimal): -4374563 or 14499773. OLE color: 14499773.
HSL color Cylindrical-coordinate representation of color #BD3FDD: hue angle of 287.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3FDD is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 63 | 221 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.13 |
| HSL | 287.85º | 0.7% | 0.56% | - |
| HSV(B) | 287.85º | 0.71% | 0.87% | - |
| XYZ | 35.81 | 19.59 | 70.3 | - |
| YUV | 118.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 221 | 0.14 | 0.71 | 0 | 0.13 | 287.85 | 0.7 | 0.56 |
| Hex | BD | 3F | DD | E | 47 | 0 | D | 120 | 46 | 38 |
| Octal | 275 | 77 | 335 | 16 | 107 | 0 | 15 | 440 | 106 | 70 |
| Binary | 10111101 | 111111 | 11011101 | 1110 | 1000111 | 0 | 1101 | 100100000 | 1000110 | 111000 |
Color Harmonies of #BD3FDD
Complementary color
Monochromatic Colors of #BD3FDD
Black with #BD3FDD
Text Example
Text Example
White with #BD3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FDD; }
p { color: rgb(189,63,221); }
H1.HeaderClassName
{
color: #BD3FDD;
}
.AnyTagClassName
{
color: #BD3FDD;
}
</style>
background-color css
<style>
a { background-color: #BD3FDD; }
a { background-color: rgb(189,63,221); }
div.DivClassName
{
background-color: #BD3FDD;
}
.BgClassName
{
background-color: #BD3FDD;
}
</style>
border-color css
<style>
span { border-color: #BD3FDD; }
span { border-color: rgb(189,63,221); }
td.TdClassName
{
border-color: #BD3FDD;
}
.TagClassName
{
border-color: #BD3FDD;
}
</style>