Shades of Medium Orchid #B56BEA
Tints of Medium Orchid #B56BEA
RGB
CMYK
RGB Variations
Color information
#B56BEA (or 0xB56BEA) is known color: Medium Orchid. HEX triplet: B5, 6B and EA. RGB value is (181,107,234). Sum of RGB (Red+Green+Blue) = 181+107+234=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #B56BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56BEA is #4A9415. Grayscale: #8F8F8F. Windows color (decimal): -4887574 or 15362997. OLE color: 15362997.
HSL color Cylindrical-coordinate representation of color #B56BEA: hue angle of 274.96º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B56BEA is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 107 | 234 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.08 |
| HSL | 274.96º | 0.75% | 0.67% | - |
| HSV(B) | 274.96º | 0.54% | 0.92% | - |
| XYZ | 39.17 | 26.28 | 80.85 | - |
| YUV | 143.6 | 179.02 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 234 | 0.23 | 0.54 | 0 | 0.08 | 274.96 | 0.75 | 0.67 |
| Hex | B5 | 6B | EA | 17 | 36 | 0 | 8 | 113 | 4B | 43 |
| Octal | 265 | 153 | 352 | 27 | 66 | 0 | 10 | 423 | 113 | 103 |
| Binary | 10110101 | 1101011 | 11101010 | 10111 | 110110 | 0 | 1000 | 100010011 | 1001011 | 1000011 |
Color Harmonies of #B56BEA
Complementary color
Monochromatic Colors of #B56BEA
Black with #B56BEA
Text Example
Text Example
White with #B56BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56BEA; }
p { color: rgb(181,107,234); }
H1.HeaderClassName
{
color: #B56BEA;
}
.AnyTagClassName
{
color: #B56BEA;
}
</style>
background-color css
<style>
a { background-color: #B56BEA; }
a { background-color: rgb(181,107,234); }
div.DivClassName
{
background-color: #B56BEA;
}
.BgClassName
{
background-color: #B56BEA;
}
</style>
border-color css
<style>
span { border-color: #B56BEA; }
span { border-color: rgb(181,107,234); }
td.TdClassName
{
border-color: #B56BEA;
}
.TagClassName
{
border-color: #B56BEA;
}
</style>