Shades of Medium Orchid #B256CF
Tints of Medium Orchid #B256CF
RGB
CMYK
RGB Variations
Color information
#B256CF (or 0xB256CF) is known color: Medium Orchid. HEX triplet: B2, 56 and CF. RGB value is (178,86,207). Sum of RGB (Red+Green+Blue) = 178+86+207=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #B256CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256CF is #4DA930. Grayscale: #7E7E7E. Windows color (decimal): -5089585 or 13588146. OLE color: 13588146.
HSL color Cylindrical-coordinate representation of color #B256CF: hue angle of 285.62º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B256CF is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 86 | 207 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.19 |
| HSL | 285.62º | 0.56% | 0.57% | - |
| HSV(B) | 285.62º | 0.58% | 0.81% | - |
| XYZ | 32.95 | 20.63 | 61.28 | - |
| YUV | 127.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 207 | 0.14 | 0.58 | 0 | 0.19 | 285.62 | 0.56 | 0.57 |
| Hex | B2 | 56 | CF | E | 3A | 0 | 13 | 11E | 38 | 39 |
| Octal | 262 | 126 | 317 | 16 | 72 | 0 | 23 | 436 | 70 | 71 |
| Binary | 10110010 | 1010110 | 11001111 | 1110 | 111010 | 0 | 10011 | 100011110 | 111000 | 111001 |
Color Harmonies of #B256CF
Complementary color
Monochromatic Colors of #B256CF
Black with #B256CF
Text Example
Text Example
White with #B256CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B256CF; }
p { color: rgb(178,86,207); }
H1.HeaderClassName
{
color: #B256CF;
}
.AnyTagClassName
{
color: #B256CF;
}
</style>
background-color css
<style>
a { background-color: #B256CF; }
a { background-color: rgb(178,86,207); }
div.DivClassName
{
background-color: #B256CF;
}
.BgClassName
{
background-color: #B256CF;
}
</style>
border-color css
<style>
span { border-color: #B256CF; }
span { border-color: rgb(178,86,207); }
td.TdClassName
{
border-color: #B256CF;
}
.TagClassName
{
border-color: #B256CF;
}
</style>