Shades of Medium Orchid #B650DD
Tints of Medium Orchid #B650DD
RGB
CMYK
RGB Variations
Color information
#B650DD (or 0xB650DD) is known color: Medium Orchid. HEX triplet: B6, 50 and DD. RGB value is (182,80,221). Sum of RGB (Red+Green+Blue) = 182+80+221=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #B650DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B650DD is #49AF22. Grayscale: #7E7E7E. Windows color (decimal): -4828963 or 14504118. OLE color: 14504118.
HSL color Cylindrical-coordinate representation of color #B650DD: hue angle of 283.4º degrees, saturation: 0.67, 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 #B650DD is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 80 | 221 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.13 |
| HSL | 283.4º | 0.67% | 0.59% | - |
| HSV(B) | 283.4º | 0.64% | 0.87% | - |
| XYZ | 35.21 | 20.9 | 70.59 | - |
| YUV | 126.57 | 181.29 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 221 | 0.18 | 0.64 | 0 | 0.13 | 283.4 | 0.67 | 0.59 |
| Hex | B6 | 50 | DD | 12 | 40 | 0 | D | 11B | 43 | 3B |
| Octal | 266 | 120 | 335 | 22 | 100 | 0 | 15 | 433 | 103 | 73 |
| Binary | 10110110 | 1010000 | 11011101 | 10010 | 1000000 | 0 | 1101 | 100011011 | 1000011 | 111011 |
Color Harmonies of #B650DD
Complementary color
Monochromatic Colors of #B650DD
Black with #B650DD
Text Example
Text Example
White with #B650DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B650DD; }
p { color: rgb(182,80,221); }
H1.HeaderClassName
{
color: #B650DD;
}
.AnyTagClassName
{
color: #B650DD;
}
</style>
background-color css
<style>
a { background-color: #B650DD; }
a { background-color: rgb(182,80,221); }
div.DivClassName
{
background-color: #B650DD;
}
.BgClassName
{
background-color: #B650DD;
}
</style>
border-color css
<style>
span { border-color: #B650DD; }
span { border-color: rgb(182,80,221); }
td.TdClassName
{
border-color: #B650DD;
}
.TagClassName
{
border-color: #B650DD;
}
</style>