Shades of Medium Orchid #B656C9
Tints of Medium Orchid #B656C9
RGB
CMYK
RGB Variations
Color information
#B656C9 (or 0xB656C9) is known color: Medium Orchid. HEX triplet: B6, 56 and C9. RGB value is (182,86,201). Sum of RGB (Red+Green+Blue) = 182+86+201=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #B656C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656C9 is #49A936. Grayscale: #7F7F7F. Windows color (decimal): -4827447 or 13194934. OLE color: 13194934.
HSL color Cylindrical-coordinate representation of color #B656C9: hue angle of 290.09º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B656C9 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 86 | 201 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.21 |
| HSL | 290.09º | 0.52% | 0.56% | - |
| HSV(B) | 290.09º | 0.57% | 0.79% | - |
| XYZ | 33.16 | 20.82 | 57.53 | - |
| YUV | 127.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 201 | 0.09 | 0.57 | 0 | 0.21 | 290.09 | 0.52 | 0.56 |
| Hex | B6 | 56 | C9 | 9 | 39 | 0 | 15 | 122 | 34 | 38 |
| Octal | 266 | 126 | 311 | 11 | 71 | 0 | 25 | 442 | 64 | 70 |
| Binary | 10110110 | 1010110 | 11001001 | 1001 | 111001 | 0 | 10101 | 100100010 | 110100 | 111000 |
Color Harmonies of #B656C9
Complementary color
Monochromatic Colors of #B656C9
Black with #B656C9
Text Example
Text Example
White with #B656C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656C9; }
p { color: rgb(182,86,201); }
H1.HeaderClassName
{
color: #B656C9;
}
.AnyTagClassName
{
color: #B656C9;
}
</style>
background-color css
<style>
a { background-color: #B656C9; }
a { background-color: rgb(182,86,201); }
div.DivClassName
{
background-color: #B656C9;
}
.BgClassName
{
background-color: #B656C9;
}
</style>
border-color css
<style>
span { border-color: #B656C9; }
span { border-color: rgb(182,86,201); }
td.TdClassName
{
border-color: #B656C9;
}
.TagClassName
{
border-color: #B656C9;
}
</style>