Shades of Medium Orchid #BD50F0
Tints of Medium Orchid #BD50F0
RGB
CMYK
RGB Variations
Color information
#BD50F0 (or 0xBD50F0) is known color: Medium Orchid. HEX triplet: BD, 50 and F0. RGB value is (189,80,240). Sum of RGB (Red+Green+Blue) = 189+80+240=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD50F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD50F0 is #42AF0F. Grayscale: #828282. Windows color (decimal): -4370192 or 15749309. OLE color: 15749309.
HSL color Cylindrical-coordinate representation of color #BD50F0: hue angle of 280.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD50F0 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 80 | 240 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.06 |
| HSL | 280.88º | 0.84% | 0.63% | - |
| HSV(B) | 280.88º | 0.67% | 0.94% | - |
| XYZ | 39.58 | 22.85 | 84.76 | - |
| YUV | 130.83 | 189.61 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 240 | 0.21 | 0.67 | 0 | 0.06 | 280.88 | 0.84 | 0.63 |
| Hex | BD | 50 | F0 | 15 | 43 | 0 | 6 | 119 | 54 | 3F |
| Octal | 275 | 120 | 360 | 25 | 103 | 0 | 6 | 431 | 124 | 77 |
| Binary | 10111101 | 1010000 | 11110000 | 10101 | 1000011 | 0 | 110 | 100011001 | 1010100 | 111111 |
Color Harmonies of #BD50F0
Complementary color
Monochromatic Colors of #BD50F0
Black with #BD50F0
Text Example
Text Example
White with #BD50F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50F0; }
p { color: rgb(189,80,240); }
H1.HeaderClassName
{
color: #BD50F0;
}
.AnyTagClassName
{
color: #BD50F0;
}
</style>
background-color css
<style>
a { background-color: #BD50F0; }
a { background-color: rgb(189,80,240); }
div.DivClassName
{
background-color: #BD50F0;
}
.BgClassName
{
background-color: #BD50F0;
}
</style>
border-color css
<style>
span { border-color: #BD50F0; }
span { border-color: rgb(189,80,240); }
td.TdClassName
{
border-color: #BD50F0;
}
.TagClassName
{
border-color: #BD50F0;
}
</style>