Shades of Medium Orchid #B56FED
Tints of Medium Orchid #B56FED
RGB
CMYK
RGB Variations
Color information
#B56FED (or 0xB56FED) is known color: Medium Orchid. HEX triplet: B5, 6F and ED. RGB value is (181,111,237). Sum of RGB (Red+Green+Blue) = 181+111+237=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #B56FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56FED is #4A9012. Grayscale: #919191. Windows color (decimal): -4886547 or 15560629. OLE color: 15560629.
HSL color Cylindrical-coordinate representation of color #B56FED: hue angle of 273.33º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B56FED is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 111 | 237 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.07 |
| HSL | 273.33º | 0.78% | 0.68% | - |
| HSV(B) | 273.33º | 0.53% | 0.93% | - |
| XYZ | 40.03 | 27.31 | 83.28 | - |
| YUV | 146.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 237 | 0.24 | 0.53 | 0 | 0.07 | 273.33 | 0.78 | 0.68 |
| Hex | B5 | 6F | ED | 18 | 35 | 0 | 7 | 111 | 4E | 44 |
| Octal | 265 | 157 | 355 | 30 | 65 | 0 | 7 | 421 | 116 | 104 |
| Binary | 10110101 | 1101111 | 11101101 | 11000 | 110101 | 0 | 111 | 100010001 | 1001110 | 1000100 |
Color Harmonies of #B56FED
Complementary color
Monochromatic Colors of #B56FED
Black with #B56FED
Text Example
Text Example
White with #B56FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FED; }
p { color: rgb(181,111,237); }
H1.HeaderClassName
{
color: #B56FED;
}
.AnyTagClassName
{
color: #B56FED;
}
</style>
background-color css
<style>
a { background-color: #B56FED; }
a { background-color: rgb(181,111,237); }
div.DivClassName
{
background-color: #B56FED;
}
.BgClassName
{
background-color: #B56FED;
}
</style>
border-color css
<style>
span { border-color: #B56FED; }
span { border-color: rgb(181,111,237); }
td.TdClassName
{
border-color: #B56FED;
}
.TagClassName
{
border-color: #B56FED;
}
</style>