Shades of Medium Orchid #BD4DFC
Tints of Medium Orchid #BD4DFC
RGB
CMYK
RGB Variations
Color information
#BD4DFC (or 0xBD4DFC) is known color: Medium Orchid. HEX triplet: BD, 4D and FC. RGB value is (189,77,252). Sum of RGB (Red+Green+Blue) = 189+77+252=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD4DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4DFC is #42B203. Grayscale: #818181. Windows color (decimal): -4370948 or 16534973. OLE color: 16534973.
HSL color Cylindrical-coordinate representation of color #BD4DFC: hue angle of 278.4º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD4DFC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 77 | 252 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.01 |
| HSL | 278.4º | 0.97% | 0.65% | - |
| HSV(B) | 278.4º | 0.69% | 0.99% | - |
| XYZ | 41.21 | 23.15 | 94.39 | - |
| YUV | 130.44 | 196.61 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 252 | 0.25 | 0.69 | 0 | 0.01 | 278.4 | 0.97 | 0.65 |
| Hex | BD | 4D | FC | 19 | 45 | 0 | 1 | 116 | 61 | 41 |
| Octal | 275 | 115 | 374 | 31 | 105 | 0 | 1 | 426 | 141 | 101 |
| Binary | 10111101 | 1001101 | 11111100 | 11001 | 1000101 | 0 | 1 | 100010110 | 1100001 | 1000001 |
Color Harmonies of #BD4DFC
Complementary color
Monochromatic Colors of #BD4DFC
Black with #BD4DFC
Text Example
Text Example
White with #BD4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DFC; }
p { color: rgb(189,77,252); }
H1.HeaderClassName
{
color: #BD4DFC;
}
.AnyTagClassName
{
color: #BD4DFC;
}
</style>
background-color css
<style>
a { background-color: #BD4DFC; }
a { background-color: rgb(189,77,252); }
div.DivClassName
{
background-color: #BD4DFC;
}
.BgClassName
{
background-color: #BD4DFC;
}
</style>
border-color css
<style>
span { border-color: #BD4DFC; }
span { border-color: rgb(189,77,252); }
td.TdClassName
{
border-color: #BD4DFC;
}
.TagClassName
{
border-color: #BD4DFC;
}
</style>