Shades of Medium Orchid #BD5FDD
Tints of Medium Orchid #BD5FDD
RGB
CMYK
RGB Variations
Color information
#BD5FDD (or 0xBD5FDD) is known color: Medium Orchid. HEX triplet: BD, 5F and DD. RGB value is (189,95,221). Sum of RGB (Red+Green+Blue) = 189+95+221=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD5FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FDD is #42A022. Grayscale: #898989. Windows color (decimal): -4366371 or 14507965. OLE color: 14507965.
HSL color Cylindrical-coordinate representation of color #BD5FDD: hue angle of 284.76º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5FDD is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 95 | 221 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.13 |
| HSL | 284.76º | 0.65% | 0.62% | - |
| HSV(B) | 284.76º | 0.57% | 0.87% | - |
| XYZ | 38.13 | 24.22 | 71.07 | - |
| YUV | 137.47 | 175.14 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 221 | 0.14 | 0.57 | 0 | 0.13 | 284.76 | 0.65 | 0.62 |
| Hex | BD | 5F | DD | E | 39 | 0 | D | 11D | 41 | 3E |
| Octal | 275 | 137 | 335 | 16 | 71 | 0 | 15 | 435 | 101 | 76 |
| Binary | 10111101 | 1011111 | 11011101 | 1110 | 111001 | 0 | 1101 | 100011101 | 1000001 | 111110 |
Color Harmonies of #BD5FDD
Complementary color
Monochromatic Colors of #BD5FDD
Black with #BD5FDD
Text Example
Text Example
White with #BD5FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5FDD; }
p { color: rgb(189,95,221); }
H1.HeaderClassName
{
color: #BD5FDD;
}
.AnyTagClassName
{
color: #BD5FDD;
}
</style>
background-color css
<style>
a { background-color: #BD5FDD; }
a { background-color: rgb(189,95,221); }
div.DivClassName
{
background-color: #BD5FDD;
}
.BgClassName
{
background-color: #BD5FDD;
}
</style>
border-color css
<style>
span { border-color: #BD5FDD; }
span { border-color: rgb(189,95,221); }
td.TdClassName
{
border-color: #BD5FDD;
}
.TagClassName
{
border-color: #BD5FDD;
}
</style>