Shades of Medium Orchid #BD50FC
Tints of Medium Orchid #BD50FC
RGB
CMYK
RGB Variations
Color information
#BD50FC (or 0xBD50FC) is known color: Medium Orchid. HEX triplet: BD, 50 and FC. RGB value is (189,80,252). Sum of RGB (Red+Green+Blue) = 189+80+252=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD50FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD50FC is #42AF03. Grayscale: #838383. Windows color (decimal): -4370180 or 16535741. OLE color: 16535741.
HSL color Cylindrical-coordinate representation of color #BD50FC: hue angle of 278.02º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD50FC is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 80 | 252 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.01 |
| HSL | 278.02º | 0.97% | 0.65% | - |
| HSV(B) | 278.02º | 0.68% | 0.99% | - |
| XYZ | 41.43 | 23.58 | 94.46 | - |
| YUV | 132.2 | 195.61 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 252 | 0.25 | 0.68 | 0 | 0.01 | 278.02 | 0.97 | 0.65 |
| Hex | BD | 50 | FC | 19 | 44 | 0 | 1 | 116 | 61 | 41 |
| Octal | 275 | 120 | 374 | 31 | 104 | 0 | 1 | 426 | 141 | 101 |
| Binary | 10111101 | 1010000 | 11111100 | 11001 | 1000100 | 0 | 1 | 100010110 | 1100001 | 1000001 |
Color Harmonies of #BD50FC
Complementary color
Monochromatic Colors of #BD50FC
Black with #BD50FC
Text Example
Text Example
White with #BD50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50FC; }
p { color: rgb(189,80,252); }
H1.HeaderClassName
{
color: #BD50FC;
}
.AnyTagClassName
{
color: #BD50FC;
}
</style>
background-color css
<style>
a { background-color: #BD50FC; }
a { background-color: rgb(189,80,252); }
div.DivClassName
{
background-color: #BD50FC;
}
.BgClassName
{
background-color: #BD50FC;
}
</style>
border-color css
<style>
span { border-color: #BD50FC; }
span { border-color: rgb(189,80,252); }
td.TdClassName
{
border-color: #BD50FC;
}
.TagClassName
{
border-color: #BD50FC;
}
</style>