Shades of Medium Orchid #BD3FD1
Tints of Medium Orchid #BD3FD1
RGB
CMYK
RGB Variations
Color information
#BD3FD1 (or 0xBD3FD1) is known color: Medium Orchid. HEX triplet: BD, 3F and D1. RGB value is (189,63,209). Sum of RGB (Red+Green+Blue) = 189+63+209=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD3FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FD1 is #42C02E. Grayscale: #747474. Windows color (decimal): -4374575 or 13713341. OLE color: 13713341.
HSL color Cylindrical-coordinate representation of color #BD3FD1: hue angle of 291.78º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3FD1 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 63 | 209 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.18 |
| HSL | 291.78º | 0.61% | 0.53% | - |
| HSV(B) | 291.78º | 0.7% | 0.82% | - |
| XYZ | 34.27 | 18.98 | 62.18 | - |
| YUV | 117.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 209 | 0.10 | 0.70 | 0 | 0.18 | 291.78 | 0.61 | 0.53 |
| Hex | BD | 3F | D1 | A | 46 | 0 | 12 | 124 | 3D | 35 |
| Octal | 275 | 77 | 321 | 12 | 106 | 0 | 22 | 444 | 75 | 65 |
| Binary | 10111101 | 111111 | 11010001 | 1010 | 1000110 | 0 | 10010 | 100100100 | 111101 | 110101 |
Color Harmonies of #BD3FD1
Complementary color
Monochromatic Colors of #BD3FD1
Black with #BD3FD1
Text Example
Text Example
White with #BD3FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FD1; }
p { color: rgb(189,63,209); }
H1.HeaderClassName
{
color: #BD3FD1;
}
.AnyTagClassName
{
color: #BD3FD1;
}
</style>
background-color css
<style>
a { background-color: #BD3FD1; }
a { background-color: rgb(189,63,209); }
div.DivClassName
{
background-color: #BD3FD1;
}
.BgClassName
{
background-color: #BD3FD1;
}
</style>
border-color css
<style>
span { border-color: #BD3FD1; }
span { border-color: rgb(189,63,209); }
td.TdClassName
{
border-color: #BD3FD1;
}
.TagClassName
{
border-color: #BD3FD1;
}
</style>