Shades of Medium Orchid #BD63F1
Tints of Medium Orchid #BD63F1
RGB
CMYK
RGB Variations
Color information
#BD63F1 (or 0xBD63F1) is known color: Medium Orchid. HEX triplet: BD, 63 and F1. RGB value is (189,99,241). Sum of RGB (Red+Green+Blue) = 189+99+241=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD63F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD63F1 is #429C0E. Grayscale: #8D8D8D. Windows color (decimal): -4365327 or 15819709. OLE color: 15819709.
HSL color Cylindrical-coordinate representation of color #BD63F1: hue angle of 278.03º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD63F1 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 99 | 241 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.05 |
| HSL | 278.03º | 0.84% | 0.67% | - |
| HSV(B) | 278.03º | 0.59% | 0.95% | - |
| XYZ | 41.33 | 26.09 | 86.08 | - |
| YUV | 142.1 | 183.82 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 241 | 0.22 | 0.59 | 0 | 0.05 | 278.03 | 0.84 | 0.67 |
| Hex | BD | 63 | F1 | 16 | 3B | 0 | 5 | 116 | 54 | 43 |
| Octal | 275 | 143 | 361 | 26 | 73 | 0 | 5 | 426 | 124 | 103 |
| Binary | 10111101 | 1100011 | 11110001 | 10110 | 111011 | 0 | 101 | 100010110 | 1010100 | 1000011 |
Color Harmonies of #BD63F1
Complementary color
Monochromatic Colors of #BD63F1
Black with #BD63F1
Text Example
Text Example
White with #BD63F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63F1; }
p { color: rgb(189,99,241); }
H1.HeaderClassName
{
color: #BD63F1;
}
.AnyTagClassName
{
color: #BD63F1;
}
</style>
background-color css
<style>
a { background-color: #BD63F1; }
a { background-color: rgb(189,99,241); }
div.DivClassName
{
background-color: #BD63F1;
}
.BgClassName
{
background-color: #BD63F1;
}
</style>
border-color css
<style>
span { border-color: #BD63F1; }
span { border-color: rgb(189,99,241); }
td.TdClassName
{
border-color: #BD63F1;
}
.TagClassName
{
border-color: #BD63F1;
}
</style>