Shades of Medium Orchid #B656DD
Tints of Medium Orchid #B656DD
RGB
CMYK
RGB Variations
Color information
#B656DD (or 0xB656DD) is known color: Medium Orchid. HEX triplet: B6, 56 and DD. RGB value is (182,86,221). Sum of RGB (Red+Green+Blue) = 182+86+221=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #B656DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656DD is #49A922. Grayscale: #818181. Windows color (decimal): -4827427 or 14505654. OLE color: 14505654.
HSL color Cylindrical-coordinate representation of color #B656DD: hue angle of 282.67º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B656DD is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 86 | 221 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.13 |
| HSL | 282.67º | 0.67% | 0.6% | - |
| HSV(B) | 282.67º | 0.61% | 0.87% | - |
| XYZ | 35.67 | 21.82 | 70.74 | - |
| YUV | 130.09 | 179.3 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 221 | 0.18 | 0.61 | 0 | 0.13 | 282.67 | 0.67 | 0.6 |
| Hex | B6 | 56 | DD | 12 | 3D | 0 | D | 11B | 43 | 3C |
| Octal | 266 | 126 | 335 | 22 | 75 | 0 | 15 | 433 | 103 | 74 |
| Binary | 10110110 | 1010110 | 11011101 | 10010 | 111101 | 0 | 1101 | 100011011 | 1000011 | 111100 |
Color Harmonies of #B656DD
Complementary color
Monochromatic Colors of #B656DD
Black with #B656DD
Text Example
Text Example
White with #B656DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656DD; }
p { color: rgb(182,86,221); }
H1.HeaderClassName
{
color: #B656DD;
}
.AnyTagClassName
{
color: #B656DD;
}
</style>
background-color css
<style>
a { background-color: #B656DD; }
a { background-color: rgb(182,86,221); }
div.DivClassName
{
background-color: #B656DD;
}
.BgClassName
{
background-color: #B656DD;
}
</style>
border-color css
<style>
span { border-color: #B656DD; }
span { border-color: rgb(182,86,221); }
td.TdClassName
{
border-color: #B656DD;
}
.TagClassName
{
border-color: #B656DD;
}
</style>