Shades of Medium Orchid #B650DF
Tints of Medium Orchid #B650DF
RGB
CMYK
RGB Variations
Color information
#B650DF (or 0xB650DF) is known color: Medium Orchid. HEX triplet: B6, 50 and DF. RGB value is (182,80,223). Sum of RGB (Red+Green+Blue) = 182+80+223=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #B650DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B650DF is #49AF20. Grayscale: #7E7E7E. Windows color (decimal): -4828961 or 14635190. OLE color: 14635190.
HSL color Cylindrical-coordinate representation of color #B650DF: hue angle of 282.8º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B650DF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 80 | 223 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.13 |
| HSL | 282.8º | 0.69% | 0.59% | - |
| HSV(B) | 282.8º | 0.64% | 0.87% | - |
| XYZ | 35.48 | 21.01 | 72 | - |
| YUV | 126.8 | 182.29 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 223 | 0.18 | 0.64 | 0 | 0.13 | 282.8 | 0.69 | 0.59 |
| Hex | B6 | 50 | DF | 12 | 40 | 0 | D | 11B | 45 | 3B |
| Octal | 266 | 120 | 337 | 22 | 100 | 0 | 15 | 433 | 105 | 73 |
| Binary | 10110110 | 1010000 | 11011111 | 10010 | 1000000 | 0 | 1101 | 100011011 | 1000101 | 111011 |
Color Harmonies of #B650DF
Complementary color
Monochromatic Colors of #B650DF
Black with #B650DF
Text Example
Text Example
White with #B650DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B650DF; }
p { color: rgb(182,80,223); }
H1.HeaderClassName
{
color: #B650DF;
}
.AnyTagClassName
{
color: #B650DF;
}
</style>
background-color css
<style>
a { background-color: #B650DF; }
a { background-color: rgb(182,80,223); }
div.DivClassName
{
background-color: #B650DF;
}
.BgClassName
{
background-color: #B650DF;
}
</style>
border-color css
<style>
span { border-color: #B650DF; }
span { border-color: rgb(182,80,223); }
td.TdClassName
{
border-color: #B650DF;
}
.TagClassName
{
border-color: #B650DF;
}
</style>