Shades of Medium Orchid #BD64F3
Tints of Medium Orchid #BD64F3
RGB
CMYK
RGB Variations
Color information
#BD64F3 (or 0xBD64F3) is known color: Medium Orchid. HEX triplet: BD, 64 and F3. RGB value is (189,100,243). Sum of RGB (Red+Green+Blue) = 189+100+243=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD64F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD64F3 is #429B0C. Grayscale: #8E8E8E. Windows color (decimal): -4365069 or 15951037. OLE color: 15951037.
HSL color Cylindrical-coordinate representation of color #BD64F3: hue angle of 277.34º degrees, saturation: 0.86, 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 #BD64F3 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 100 | 243 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.05 |
| HSL | 277.34º | 0.86% | 0.67% | - |
| HSV(B) | 277.34º | 0.59% | 0.95% | - |
| XYZ | 41.72 | 26.4 | 87.69 | - |
| YUV | 142.91 | 184.49 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 243 | 0.22 | 0.59 | 0 | 0.05 | 277.34 | 0.86 | 0.67 |
| Hex | BD | 64 | F3 | 16 | 3B | 0 | 5 | 115 | 56 | 43 |
| Octal | 275 | 144 | 363 | 26 | 73 | 0 | 5 | 425 | 126 | 103 |
| Binary | 10111101 | 1100100 | 11110011 | 10110 | 111011 | 0 | 101 | 100010101 | 1010110 | 1000011 |
Color Harmonies of #BD64F3
Complementary color
Monochromatic Colors of #BD64F3
Black with #BD64F3
Text Example
Text Example
White with #BD64F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64F3; }
p { color: rgb(189,100,243); }
H1.HeaderClassName
{
color: #BD64F3;
}
.AnyTagClassName
{
color: #BD64F3;
}
</style>
background-color css
<style>
a { background-color: #BD64F3; }
a { background-color: rgb(189,100,243); }
div.DivClassName
{
background-color: #BD64F3;
}
.BgClassName
{
background-color: #BD64F3;
}
</style>
border-color css
<style>
span { border-color: #BD64F3; }
span { border-color: rgb(189,100,243); }
td.TdClassName
{
border-color: #BD64F3;
}
.TagClassName
{
border-color: #BD64F3;
}
</style>