Shades of Medium Orchid #B256F9
Tints of Medium Orchid #B256F9
RGB
CMYK
RGB Variations
Color information
#B256F9 (or 0xB256F9) is known color: Medium Orchid. HEX triplet: B2, 56 and F9. RGB value is (178,86,249). Sum of RGB (Red+Green+Blue) = 178+86+249=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #B256F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B256F9 is #4DA906. Grayscale: #838383. Windows color (decimal): -5089543 or 16340658. OLE color: 16340658.
HSL color Cylindrical-coordinate representation of color #B256F9: hue angle of 273.87º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B256F9 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 86 | 249 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.02 |
| HSL | 273.87º | 0.93% | 0.66% | - |
| HSV(B) | 273.87º | 0.65% | 0.98% | - |
| XYZ | 38.79 | 22.96 | 92.01 | - |
| YUV | 132.09 | 193.98 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 249 | 0.29 | 0.65 | 0 | 0.02 | 273.87 | 0.93 | 0.66 |
| Hex | B2 | 56 | F9 | 1D | 41 | 0 | 2 | 112 | 5D | 42 |
| Octal | 262 | 126 | 371 | 35 | 101 | 0 | 2 | 422 | 135 | 102 |
| Binary | 10110010 | 1010110 | 11111001 | 11101 | 1000001 | 0 | 10 | 100010010 | 1011101 | 1000010 |
Color Harmonies of #B256F9
Complementary color
Monochromatic Colors of #B256F9
Black with #B256F9
Text Example
Text Example
White with #B256F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B256F9; }
p { color: rgb(178,86,249); }
H1.HeaderClassName
{
color: #B256F9;
}
.AnyTagClassName
{
color: #B256F9;
}
</style>
background-color css
<style>
a { background-color: #B256F9; }
a { background-color: rgb(178,86,249); }
div.DivClassName
{
background-color: #B256F9;
}
.BgClassName
{
background-color: #B256F9;
}
</style>
border-color css
<style>
span { border-color: #B256F9; }
span { border-color: rgb(178,86,249); }
td.TdClassName
{
border-color: #B256F9;
}
.TagClassName
{
border-color: #B256F9;
}
</style>