Shades of Medium Orchid #BD50F6
Tints of Medium Orchid #BD50F6
RGB
CMYK
RGB Variations
Color information
#BD50F6 (or 0xBD50F6) is known color: Medium Orchid. HEX triplet: BD, 50 and F6. RGB value is (189,80,246). Sum of RGB (Red+Green+Blue) = 189+80+246=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD50F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD50F6 is #42AF09. Grayscale: #828282. Windows color (decimal): -4370186 or 16142525. OLE color: 16142525.
HSL color Cylindrical-coordinate representation of color #BD50F6: hue angle of 279.4º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD50F6 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 80 | 246 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.04 |
| HSL | 279.4º | 0.9% | 0.64% | - |
| HSV(B) | 279.4º | 0.67% | 0.96% | - |
| XYZ | 40.49 | 23.21 | 89.53 | - |
| YUV | 131.52 | 192.61 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 246 | 0.23 | 0.67 | 0 | 0.04 | 279.4 | 0.9 | 0.64 |
| Hex | BD | 50 | F6 | 17 | 43 | 0 | 4 | 117 | 5A | 40 |
| Octal | 275 | 120 | 366 | 27 | 103 | 0 | 4 | 427 | 132 | 100 |
| Binary | 10111101 | 1010000 | 11110110 | 10111 | 1000011 | 0 | 100 | 100010111 | 1011010 | 1000000 |
Color Harmonies of #BD50F6
Complementary color
Monochromatic Colors of #BD50F6
Black with #BD50F6
Text Example
Text Example
White with #BD50F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50F6; }
p { color: rgb(189,80,246); }
H1.HeaderClassName
{
color: #BD50F6;
}
.AnyTagClassName
{
color: #BD50F6;
}
</style>
background-color css
<style>
a { background-color: #BD50F6; }
a { background-color: rgb(189,80,246); }
div.DivClassName
{
background-color: #BD50F6;
}
.BgClassName
{
background-color: #BD50F6;
}
</style>
border-color css
<style>
span { border-color: #BD50F6; }
span { border-color: rgb(189,80,246); }
td.TdClassName
{
border-color: #BD50F6;
}
.TagClassName
{
border-color: #BD50F6;
}
</style>