Shades of Medium Orchid #B656FE
Tints of Medium Orchid #B656FE
RGB
CMYK
RGB Variations
Color information
#B656FE (or 0xB656FE) is known color: Medium Orchid. HEX triplet: B6, 56 and FE. RGB value is (182,86,254). Sum of RGB (Red+Green+Blue) = 182+86+254=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #B656FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B656FE is #49A901. Grayscale: #858585. Windows color (decimal): -4827394 or 16668342. OLE color: 16668342.
HSL color Cylindrical-coordinate representation of color #B656FE: hue angle of 274.29º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B656FE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 86 | 254 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.00 |
| HSL | 274.29º | 0.99% | 0.67% | - |
| HSV(B) | 274.29º | 0.66% | 1% | - |
| XYZ | 40.51 | 23.76 | 96.22 | - |
| YUV | 133.86 | 195.8 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 254 | 0.28 | 0.66 | 0 | 0.00 | 274.29 | 0.99 | 0.67 |
| Hex | B6 | 56 | FE | 1C | 42 | 0 | 0 | 112 | 63 | 43 |
| Octal | 266 | 126 | 376 | 34 | 102 | 0 | 0 | 422 | 143 | 103 |
| Binary | 10110110 | 1010110 | 11111110 | 11100 | 1000010 | 0 | 0 | 100010010 | 1100011 | 1000011 |
Color Harmonies of #B656FE
Complementary color
Monochromatic Colors of #B656FE
Black with #B656FE
Text Example
Text Example
White with #B656FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656FE; }
p { color: rgb(182,86,254); }
H1.HeaderClassName
{
color: #B656FE;
}
.AnyTagClassName
{
color: #B656FE;
}
</style>
background-color css
<style>
a { background-color: #B656FE; }
a { background-color: rgb(182,86,254); }
div.DivClassName
{
background-color: #B656FE;
}
.BgClassName
{
background-color: #B656FE;
}
</style>
border-color css
<style>
span { border-color: #B656FE; }
span { border-color: rgb(182,86,254); }
td.TdClassName
{
border-color: #B656FE;
}
.TagClassName
{
border-color: #B656FE;
}
</style>