Shades of Medium Orchid #BD4DFB
Tints of Medium Orchid #BD4DFB
RGB
CMYK
RGB Variations
Color information
#BD4DFB (or 0xBD4DFB) is known color: Medium Orchid. HEX triplet: BD, 4D and FB. RGB value is (189,77,251). Sum of RGB (Red+Green+Blue) = 189+77+251=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD4DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4DFB is #42B204. Grayscale: #818181. Windows color (decimal): -4370949 or 16469437. OLE color: 16469437.
HSL color Cylindrical-coordinate representation of color #BD4DFB: hue angle of 278.62º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD4DFB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 77 | 251 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.02 |
| HSL | 278.62º | 0.96% | 0.64% | - |
| HSV(B) | 278.62º | 0.69% | 0.98% | - |
| XYZ | 41.05 | 23.09 | 93.56 | - |
| YUV | 130.32 | 196.11 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 251 | 0.25 | 0.69 | 0 | 0.02 | 278.62 | 0.96 | 0.64 |
| Hex | BD | 4D | FB | 19 | 45 | 0 | 2 | 117 | 60 | 40 |
| Octal | 275 | 115 | 373 | 31 | 105 | 0 | 2 | 427 | 140 | 100 |
| Binary | 10111101 | 1001101 | 11111011 | 11001 | 1000101 | 0 | 10 | 100010111 | 1100000 | 1000000 |
Color Harmonies of #BD4DFB
Complementary color
Monochromatic Colors of #BD4DFB
Black with #BD4DFB
Text Example
Text Example
White with #BD4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DFB; }
p { color: rgb(189,77,251); }
H1.HeaderClassName
{
color: #BD4DFB;
}
.AnyTagClassName
{
color: #BD4DFB;
}
</style>
background-color css
<style>
a { background-color: #BD4DFB; }
a { background-color: rgb(189,77,251); }
div.DivClassName
{
background-color: #BD4DFB;
}
.BgClassName
{
background-color: #BD4DFB;
}
</style>
border-color css
<style>
span { border-color: #BD4DFB; }
span { border-color: rgb(189,77,251); }
td.TdClassName
{
border-color: #BD4DFB;
}
.TagClassName
{
border-color: #BD4DFB;
}
</style>