Shades of Medium Orchid #B256FE
Tints of Medium Orchid #B256FE
RGB
CMYK
RGB Variations
Color information
#B256FE (or 0xB256FE) is known color: Medium Orchid. HEX triplet: B2, 56 and FE. RGB value is (178,86,254). Sum of RGB (Red+Green+Blue) = 178+86+254=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #B256FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B256FE is #4DA901. Grayscale: #848484. Windows color (decimal): -5089538 or 16668338. OLE color: 16668338.
HSL color Cylindrical-coordinate representation of color #B256FE: hue angle of 272.86º 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 #B256FE is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 86 | 254 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.00 |
| HSL | 272.86º | 0.99% | 0.67% | - |
| HSV(B) | 272.86º | 0.66% | 1% | - |
| XYZ | 39.58 | 23.28 | 96.17 | - |
| YUV | 132.66 | 196.48 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 254 | 0.30 | 0.66 | 0 | 0.00 | 272.86 | 0.99 | 0.67 |
| Hex | B2 | 56 | FE | 1E | 42 | 0 | 0 | 111 | 63 | 43 |
| Octal | 262 | 126 | 376 | 36 | 102 | 0 | 0 | 421 | 143 | 103 |
| Binary | 10110010 | 1010110 | 11111110 | 11110 | 1000010 | 0 | 0 | 100010001 | 1100011 | 1000011 |
Color Harmonies of #B256FE
Complementary color
Monochromatic Colors of #B256FE
Black with #B256FE
Text Example
Text Example
White with #B256FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B256FE; }
p { color: rgb(178,86,254); }
H1.HeaderClassName
{
color: #B256FE;
}
.AnyTagClassName
{
color: #B256FE;
}
</style>
background-color css
<style>
a { background-color: #B256FE; }
a { background-color: rgb(178,86,254); }
div.DivClassName
{
background-color: #B256FE;
}
.BgClassName
{
background-color: #B256FE;
}
</style>
border-color css
<style>
span { border-color: #B256FE; }
span { border-color: rgb(178,86,254); }
td.TdClassName
{
border-color: #B256FE;
}
.TagClassName
{
border-color: #B256FE;
}
</style>