Shades of Medium Orchid #BD5DF6
Tints of Medium Orchid #BD5DF6
RGB
CMYK
RGB Variations
Color information
#BD5DF6 (or 0xBD5DF6) is known color: Medium Orchid. HEX triplet: BD, 5D and F6. RGB value is (189,93,246). Sum of RGB (Red+Green+Blue) = 189+93+246=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD5DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5DF6 is #42A209. Grayscale: #8A8A8A. Windows color (decimal): -4366858 or 16145853. OLE color: 16145853.
HSL color Cylindrical-coordinate representation of color #BD5DF6: hue angle of 277.65º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD5DF6 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 93 | 246 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.04 |
| HSL | 277.65º | 0.89% | 0.66% | - |
| HSV(B) | 277.65º | 0.62% | 0.96% | - |
| XYZ | 41.54 | 25.3 | 89.88 | - |
| YUV | 139.15 | 188.3 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 246 | 0.23 | 0.62 | 0 | 0.04 | 277.65 | 0.89 | 0.66 |
| Hex | BD | 5D | F6 | 17 | 3E | 0 | 4 | 116 | 59 | 42 |
| Octal | 275 | 135 | 366 | 27 | 76 | 0 | 4 | 426 | 131 | 102 |
| Binary | 10111101 | 1011101 | 11110110 | 10111 | 111110 | 0 | 100 | 100010110 | 1011001 | 1000010 |
Color Harmonies of #BD5DF6
Complementary color
Monochromatic Colors of #BD5DF6
Black with #BD5DF6
Text Example
Text Example
White with #BD5DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DF6; }
p { color: rgb(189,93,246); }
H1.HeaderClassName
{
color: #BD5DF6;
}
.AnyTagClassName
{
color: #BD5DF6;
}
</style>
background-color css
<style>
a { background-color: #BD5DF6; }
a { background-color: rgb(189,93,246); }
div.DivClassName
{
background-color: #BD5DF6;
}
.BgClassName
{
background-color: #BD5DF6;
}
</style>
border-color css
<style>
span { border-color: #BD5DF6; }
span { border-color: rgb(189,93,246); }
td.TdClassName
{
border-color: #BD5DF6;
}
.TagClassName
{
border-color: #BD5DF6;
}
</style>