Shades of Medium Orchid #BD4FD1
Tints of Medium Orchid #BD4FD1
RGB
CMYK
RGB Variations
Color information
#BD4FD1 (or 0xBD4FD1) is known color: Medium Orchid. HEX triplet: BD, 4F and D1. RGB value is (189,79,209). Sum of RGB (Red+Green+Blue) = 189+79+209=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD4FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FD1 is #42B02E. Grayscale: #7E7E7E. Windows color (decimal): -4370479 or 13717437. OLE color: 13717437.
HSL color Cylindrical-coordinate representation of color #BD4FD1: hue angle of 290.77º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4FD1 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 79 | 209 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.18 |
| HSL | 290.77º | 0.59% | 0.56% | - |
| HSV(B) | 290.77º | 0.62% | 0.82% | - |
| XYZ | 35.29 | 21.01 | 62.52 | - |
| YUV | 126.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 209 | 0.10 | 0.62 | 0 | 0.18 | 290.77 | 0.59 | 0.56 |
| Hex | BD | 4F | D1 | A | 3E | 0 | 12 | 123 | 3B | 38 |
| Octal | 275 | 117 | 321 | 12 | 76 | 0 | 22 | 443 | 73 | 70 |
| Binary | 10111101 | 1001111 | 11010001 | 1010 | 111110 | 0 | 10010 | 100100011 | 111011 | 111000 |
Color Harmonies of #BD4FD1
Complementary color
Monochromatic Colors of #BD4FD1
Black with #BD4FD1
Text Example
Text Example
White with #BD4FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FD1; }
p { color: rgb(189,79,209); }
H1.HeaderClassName
{
color: #BD4FD1;
}
.AnyTagClassName
{
color: #BD4FD1;
}
</style>
background-color css
<style>
a { background-color: #BD4FD1; }
a { background-color: rgb(189,79,209); }
div.DivClassName
{
background-color: #BD4FD1;
}
.BgClassName
{
background-color: #BD4FD1;
}
</style>
border-color css
<style>
span { border-color: #BD4FD1; }
span { border-color: rgb(189,79,209); }
td.TdClassName
{
border-color: #BD4FD1;
}
.TagClassName
{
border-color: #BD4FD1;
}
</style>