Shades of Medium Orchid #BD5FD0
Tints of Medium Orchid #BD5FD0
RGB
CMYK
RGB Variations
Color information
#BD5FD0 (or 0xBD5FD0) is known color: Medium Orchid. HEX triplet: BD, 5F and D0. RGB value is (189,95,208). Sum of RGB (Red+Green+Blue) = 189+95+208=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD5FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FD0 is #42A02F. Grayscale: #878787. Windows color (decimal): -4366384 or 13655997. OLE color: 13655997.
HSL color Cylindrical-coordinate representation of color #BD5FD0: hue angle of 289.91º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5FD0 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 95 | 208 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.18 |
| HSL | 289.91º | 0.55% | 0.59% | - |
| HSV(B) | 289.91º | 0.54% | 0.82% | - |
| XYZ | 36.46 | 23.56 | 62.3 | - |
| YUV | 135.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 208 | 0.09 | 0.54 | 0 | 0.18 | 289.91 | 0.55 | 0.59 |
| Hex | BD | 5F | D0 | 9 | 36 | 0 | 12 | 122 | 37 | 3B |
| Octal | 275 | 137 | 320 | 11 | 66 | 0 | 22 | 442 | 67 | 73 |
| Binary | 10111101 | 1011111 | 11010000 | 1001 | 110110 | 0 | 10010 | 100100010 | 110111 | 111011 |
Color Harmonies of #BD5FD0
Complementary color
Monochromatic Colors of #BD5FD0
Black with #BD5FD0
Text Example
Text Example
White with #BD5FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5FD0; }
p { color: rgb(189,95,208); }
H1.HeaderClassName
{
color: #BD5FD0;
}
.AnyTagClassName
{
color: #BD5FD0;
}
</style>
background-color css
<style>
a { background-color: #BD5FD0; }
a { background-color: rgb(189,95,208); }
div.DivClassName
{
background-color: #BD5FD0;
}
.BgClassName
{
background-color: #BD5FD0;
}
</style>
border-color css
<style>
span { border-color: #BD5FD0; }
span { border-color: rgb(189,95,208); }
td.TdClassName
{
border-color: #BD5FD0;
}
.TagClassName
{
border-color: #BD5FD0;
}
</style>