Shades of Medium Orchid #B56FEA
Tints of Medium Orchid #B56FEA
RGB
CMYK
RGB Variations
Color information
#B56FEA (or 0xB56FEA) is known color: Medium Orchid. HEX triplet: B5, 6F and EA. RGB value is (181,111,234). Sum of RGB (Red+Green+Blue) = 181+111+234=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #B56FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56FEA is #4A9015. Grayscale: #919191. Windows color (decimal): -4886550 or 15364021. OLE color: 15364021.
HSL color Cylindrical-coordinate representation of color #B56FEA: hue angle of 274.15º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B56FEA is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 111 | 234 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.08 |
| HSL | 274.15º | 0.75% | 0.68% | - |
| HSV(B) | 274.15º | 0.53% | 0.92% | - |
| XYZ | 39.59 | 27.13 | 80.99 | - |
| YUV | 145.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 234 | 0.23 | 0.53 | 0 | 0.08 | 274.15 | 0.75 | 0.68 |
| Hex | B5 | 6F | EA | 17 | 35 | 0 | 8 | 112 | 4B | 44 |
| Octal | 265 | 157 | 352 | 27 | 65 | 0 | 10 | 422 | 113 | 104 |
| Binary | 10110101 | 1101111 | 11101010 | 10111 | 110101 | 0 | 1000 | 100010010 | 1001011 | 1000100 |
Color Harmonies of #B56FEA
Complementary color
Monochromatic Colors of #B56FEA
Black with #B56FEA
Text Example
Text Example
White with #B56FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FEA; }
p { color: rgb(181,111,234); }
H1.HeaderClassName
{
color: #B56FEA;
}
.AnyTagClassName
{
color: #B56FEA;
}
</style>
background-color css
<style>
a { background-color: #B56FEA; }
a { background-color: rgb(181,111,234); }
div.DivClassName
{
background-color: #B56FEA;
}
.BgClassName
{
background-color: #B56FEA;
}
</style>
border-color css
<style>
span { border-color: #B56FEA; }
span { border-color: rgb(181,111,234); }
td.TdClassName
{
border-color: #B56FEA;
}
.TagClassName
{
border-color: #B56FEA;
}
</style>