Shades of Medium Orchid #B56CEF
Tints of Medium Orchid #B56CEF
RGB
CMYK
RGB Variations
Color information
#B56CEF (or 0xB56CEF) is known color: Medium Orchid. HEX triplet: B5, 6C and EF. RGB value is (181,108,239). Sum of RGB (Red+Green+Blue) = 181+108+239=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #B56CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56CEF is #4A9310. Grayscale: #909090. Windows color (decimal): -4887313 or 15690933. OLE color: 15690933.
HSL color Cylindrical-coordinate representation of color #B56CEF: hue angle of 273.44º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B56CEF is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 108 | 239 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.06 |
| HSL | 273.44º | 0.8% | 0.68% | - |
| HSV(B) | 273.44º | 0.55% | 0.94% | - |
| XYZ | 40 | 26.78 | 84.72 | - |
| YUV | 144.76 | 181.18 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 239 | 0.24 | 0.55 | 0 | 0.06 | 273.44 | 0.8 | 0.68 |
| Hex | B5 | 6C | EF | 18 | 37 | 0 | 6 | 111 | 50 | 44 |
| Octal | 265 | 154 | 357 | 30 | 67 | 0 | 6 | 421 | 120 | 104 |
| Binary | 10110101 | 1101100 | 11101111 | 11000 | 110111 | 0 | 110 | 100010001 | 1010000 | 1000100 |
Color Harmonies of #B56CEF
Complementary color
Monochromatic Colors of #B56CEF
Black with #B56CEF
Text Example
Text Example
White with #B56CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56CEF; }
p { color: rgb(181,108,239); }
H1.HeaderClassName
{
color: #B56CEF;
}
.AnyTagClassName
{
color: #B56CEF;
}
</style>
background-color css
<style>
a { background-color: #B56CEF; }
a { background-color: rgb(181,108,239); }
div.DivClassName
{
background-color: #B56CEF;
}
.BgClassName
{
background-color: #B56CEF;
}
</style>
border-color css
<style>
span { border-color: #B56CEF; }
span { border-color: rgb(181,108,239); }
td.TdClassName
{
border-color: #B56CEF;
}
.TagClassName
{
border-color: #B56CEF;
}
</style>