Shades of Medium Orchid #BD59FB
Tints of Medium Orchid #BD59FB
RGB
CMYK
RGB Variations
Color information
#BD59FB (or 0xBD59FB) is known color: Medium Orchid. HEX triplet: BD, 59 and FB. RGB value is (189,89,251). Sum of RGB (Red+Green+Blue) = 189+89+251=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD59FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD59FB is #42A604. Grayscale: #888888. Windows color (decimal): -4367877 or 16472509. OLE color: 16472509.
HSL color Cylindrical-coordinate representation of color #BD59FB: hue angle of 277.04º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD59FB is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 89 | 251 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.02 |
| HSL | 277.04º | 0.95% | 0.67% | - |
| HSV(B) | 277.04º | 0.65% | 0.98% | - |
| XYZ | 41.97 | 24.93 | 93.87 | - |
| YUV | 137.37 | 192.13 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 251 | 0.25 | 0.65 | 0 | 0.02 | 277.04 | 0.95 | 0.67 |
| Hex | BD | 59 | FB | 19 | 41 | 0 | 2 | 115 | 5F | 43 |
| Octal | 275 | 131 | 373 | 31 | 101 | 0 | 2 | 425 | 137 | 103 |
| Binary | 10111101 | 1011001 | 11111011 | 11001 | 1000001 | 0 | 10 | 100010101 | 1011111 | 1000011 |
Color Harmonies of #BD59FB
Complementary color
Monochromatic Colors of #BD59FB
Black with #BD59FB
Text Example
Text Example
White with #BD59FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59FB; }
p { color: rgb(189,89,251); }
H1.HeaderClassName
{
color: #BD59FB;
}
.AnyTagClassName
{
color: #BD59FB;
}
</style>
background-color css
<style>
a { background-color: #BD59FB; }
a { background-color: rgb(189,89,251); }
div.DivClassName
{
background-color: #BD59FB;
}
.BgClassName
{
background-color: #BD59FB;
}
</style>
border-color css
<style>
span { border-color: #BD59FB; }
span { border-color: rgb(189,89,251); }
td.TdClassName
{
border-color: #BD59FB;
}
.TagClassName
{
border-color: #BD59FB;
}
</style>