Shades of Medium Orchid #B56CEA
Tints of Medium Orchid #B56CEA
RGB
CMYK
RGB Variations
Color information
#B56CEA (or 0xB56CEA) is known color: Medium Orchid. HEX triplet: B5, 6C and EA. RGB value is (181,108,234). Sum of RGB (Red+Green+Blue) = 181+108+234=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #B56CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56CEA is #4A9315. Grayscale: #8F8F8F. Windows color (decimal): -4887318 or 15363253. OLE color: 15363253.
HSL color Cylindrical-coordinate representation of color #B56CEA: hue angle of 274.76º 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 #B56CEA is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 108 | 234 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.08 |
| HSL | 274.76º | 0.75% | 0.67% | - |
| HSV(B) | 274.76º | 0.54% | 0.92% | - |
| XYZ | 39.27 | 26.49 | 80.89 | - |
| YUV | 144.19 | 178.68 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 234 | 0.23 | 0.54 | 0 | 0.08 | 274.76 | 0.75 | 0.67 |
| Hex | B5 | 6C | EA | 17 | 36 | 0 | 8 | 113 | 4B | 43 |
| Octal | 265 | 154 | 352 | 27 | 66 | 0 | 10 | 423 | 113 | 103 |
| Binary | 10110101 | 1101100 | 11101010 | 10111 | 110110 | 0 | 1000 | 100010011 | 1001011 | 1000011 |
Color Harmonies of #B56CEA
Complementary color
Monochromatic Colors of #B56CEA
Black with #B56CEA
Text Example
Text Example
White with #B56CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56CEA; }
p { color: rgb(181,108,234); }
H1.HeaderClassName
{
color: #B56CEA;
}
.AnyTagClassName
{
color: #B56CEA;
}
</style>
background-color css
<style>
a { background-color: #B56CEA; }
a { background-color: rgb(181,108,234); }
div.DivClassName
{
background-color: #B56CEA;
}
.BgClassName
{
background-color: #B56CEA;
}
</style>
border-color css
<style>
span { border-color: #B56CEA; }
span { border-color: rgb(181,108,234); }
td.TdClassName
{
border-color: #B56CEA;
}
.TagClassName
{
border-color: #B56CEA;
}
</style>