Shades of Medium Orchid #BD55F7
Tints of Medium Orchid #BD55F7
RGB
CMYK
RGB Variations
Color information
#BD55F7 (or 0xBD55F7) is known color: Medium Orchid. HEX triplet: BD, 55 and F7. RGB value is (189,85,247). Sum of RGB (Red+Green+Blue) = 189+85+247=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD55F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD55F7 is #42AA08. Grayscale: #868686. Windows color (decimal): -4368905 or 16209341. OLE color: 16209341.
HSL color Cylindrical-coordinate representation of color #BD55F7: hue angle of 278.52º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD55F7 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 85 | 247 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.03 |
| HSL | 278.52º | 0.91% | 0.65% | - |
| HSV(B) | 278.52º | 0.66% | 0.97% | - |
| XYZ | 41.02 | 24.03 | 90.47 | - |
| YUV | 134.56 | 191.46 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 247 | 0.23 | 0.66 | 0 | 0.03 | 278.52 | 0.91 | 0.65 |
| Hex | BD | 55 | F7 | 17 | 42 | 0 | 3 | 117 | 5B | 41 |
| Octal | 275 | 125 | 367 | 27 | 102 | 0 | 3 | 427 | 133 | 101 |
| Binary | 10111101 | 1010101 | 11110111 | 10111 | 1000010 | 0 | 11 | 100010111 | 1011011 | 1000001 |
Color Harmonies of #BD55F7
Complementary color
Monochromatic Colors of #BD55F7
Black with #BD55F7
Text Example
Text Example
White with #BD55F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55F7; }
p { color: rgb(189,85,247); }
H1.HeaderClassName
{
color: #BD55F7;
}
.AnyTagClassName
{
color: #BD55F7;
}
</style>
background-color css
<style>
a { background-color: #BD55F7; }
a { background-color: rgb(189,85,247); }
div.DivClassName
{
background-color: #BD55F7;
}
.BgClassName
{
background-color: #BD55F7;
}
</style>
border-color css
<style>
span { border-color: #BD55F7; }
span { border-color: rgb(189,85,247); }
td.TdClassName
{
border-color: #BD55F7;
}
.TagClassName
{
border-color: #BD55F7;
}
</style>