Shades of Medium Orchid #B656FA
Tints of Medium Orchid #B656FA
RGB
CMYK
RGB Variations
Color information
#B656FA (or 0xB656FA) is known color: Medium Orchid. HEX triplet: B6, 56 and FA. RGB value is (182,86,250). Sum of RGB (Red+Green+Blue) = 182+86+250=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #B656FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B656FA is #49A905. Grayscale: #848484. Windows color (decimal): -4827398 or 16406198. OLE color: 16406198.
HSL color Cylindrical-coordinate representation of color #B656FA: hue angle of 275.12º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B656FA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 86 | 250 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.02 |
| HSL | 275.12º | 0.94% | 0.66% | - |
| HSV(B) | 275.12º | 0.66% | 0.98% | - |
| XYZ | 39.87 | 23.5 | 92.88 | - |
| YUV | 133.4 | 193.8 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 250 | 0.27 | 0.66 | 0 | 0.02 | 275.12 | 0.94 | 0.66 |
| Hex | B6 | 56 | FA | 1B | 42 | 0 | 2 | 113 | 5E | 42 |
| Octal | 266 | 126 | 372 | 33 | 102 | 0 | 2 | 423 | 136 | 102 |
| Binary | 10110110 | 1010110 | 11111010 | 11011 | 1000010 | 0 | 10 | 100010011 | 1011110 | 1000010 |
Color Harmonies of #B656FA
Complementary color
Monochromatic Colors of #B656FA
Black with #B656FA
Text Example
Text Example
White with #B656FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656FA; }
p { color: rgb(182,86,250); }
H1.HeaderClassName
{
color: #B656FA;
}
.AnyTagClassName
{
color: #B656FA;
}
</style>
background-color css
<style>
a { background-color: #B656FA; }
a { background-color: rgb(182,86,250); }
div.DivClassName
{
background-color: #B656FA;
}
.BgClassName
{
background-color: #B656FA;
}
</style>
border-color css
<style>
span { border-color: #B656FA; }
span { border-color: rgb(182,86,250); }
td.TdClassName
{
border-color: #B656FA;
}
.TagClassName
{
border-color: #B656FA;
}
</style>