Shades of Medium Orchid #B56FE0
Tints of Medium Orchid #B56FE0
RGB
CMYK
RGB Variations
Color information
#B56FE0 (or 0xB56FE0) is known color: Medium Orchid. HEX triplet: B5, 6F and E0. RGB value is (181,111,224). Sum of RGB (Red+Green+Blue) = 181+111+224=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #B56FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FE0 is #4A901F. Grayscale: #909090. Windows color (decimal): -4886560 or 14708661. OLE color: 14708661.
HSL color Cylindrical-coordinate representation of color #B56FE0: hue angle of 277.17º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56FE0 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 111 | 224 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.12 |
| HSL | 277.17º | 0.65% | 0.66% | - |
| HSV(B) | 277.17º | 0.5% | 0.88% | - |
| XYZ | 38.2 | 26.57 | 73.64 | - |
| YUV | 144.81 | 172.69 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 224 | 0.19 | 0.50 | 0 | 0.12 | 277.17 | 0.65 | 0.66 |
| Hex | B5 | 6F | E0 | 13 | 32 | 0 | C | 115 | 41 | 42 |
| Octal | 265 | 157 | 340 | 23 | 62 | 0 | 14 | 425 | 101 | 102 |
| Binary | 10110101 | 1101111 | 11100000 | 10011 | 110010 | 0 | 1100 | 100010101 | 1000001 | 1000010 |
Color Harmonies of #B56FE0
Complementary color
Monochromatic Colors of #B56FE0
Black with #B56FE0
Text Example
Text Example
White with #B56FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FE0; }
p { color: rgb(181,111,224); }
H1.HeaderClassName
{
color: #B56FE0;
}
.AnyTagClassName
{
color: #B56FE0;
}
</style>
background-color css
<style>
a { background-color: #B56FE0; }
a { background-color: rgb(181,111,224); }
div.DivClassName
{
background-color: #B56FE0;
}
.BgClassName
{
background-color: #B56FE0;
}
</style>
border-color css
<style>
span { border-color: #B56FE0; }
span { border-color: rgb(181,111,224); }
td.TdClassName
{
border-color: #B56FE0;
}
.TagClassName
{
border-color: #B56FE0;
}
</style>