Shades of Medium Orchid #BD4EFC
Tints of Medium Orchid #BD4EFC
RGB
CMYK
RGB Variations
Color information
#BD4EFC (or 0xBD4EFC) is known color: Medium Orchid. HEX triplet: BD, 4E and FC. RGB value is (189,78,252). Sum of RGB (Red+Green+Blue) = 189+78+252=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD4EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4EFC is #42B103. Grayscale: #828282. Windows color (decimal): -4370692 or 16535229. OLE color: 16535229.
HSL color Cylindrical-coordinate representation of color #BD4EFC: hue angle of 278.28º 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 #BD4EFC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 78 | 252 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.01 |
| HSL | 278.28º | 0.97% | 0.65% | - |
| HSV(B) | 278.28º | 0.69% | 0.99% | - |
| XYZ | 41.28 | 23.3 | 94.42 | - |
| YUV | 131.03 | 196.27 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 252 | 0.25 | 0.69 | 0 | 0.01 | 278.28 | 0.97 | 0.65 |
| Hex | BD | 4E | FC | 19 | 45 | 0 | 1 | 116 | 61 | 41 |
| Octal | 275 | 116 | 374 | 31 | 105 | 0 | 1 | 426 | 141 | 101 |
| Binary | 10111101 | 1001110 | 11111100 | 11001 | 1000101 | 0 | 1 | 100010110 | 1100001 | 1000001 |
Color Harmonies of #BD4EFC
Complementary color
Monochromatic Colors of #BD4EFC
Black with #BD4EFC
Text Example
Text Example
White with #BD4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4EFC; }
p { color: rgb(189,78,252); }
H1.HeaderClassName
{
color: #BD4EFC;
}
.AnyTagClassName
{
color: #BD4EFC;
}
</style>
background-color css
<style>
a { background-color: #BD4EFC; }
a { background-color: rgb(189,78,252); }
div.DivClassName
{
background-color: #BD4EFC;
}
.BgClassName
{
background-color: #BD4EFC;
}
</style>
border-color css
<style>
span { border-color: #BD4EFC; }
span { border-color: rgb(189,78,252); }
td.TdClassName
{
border-color: #BD4EFC;
}
.TagClassName
{
border-color: #BD4EFC;
}
</style>