Shades of Medium Orchid #B56FE5
Tints of Medium Orchid #B56FE5
RGB
CMYK
RGB Variations
Color information
#B56FE5 (or 0xB56FE5) is known color: Medium Orchid. HEX triplet: B5, 6F and E5. RGB value is (181,111,229). Sum of RGB (Red+Green+Blue) = 181+111+229=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #B56FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FE5 is #4A901A. Grayscale: #909090. Windows color (decimal): -4886555 or 15036341. OLE color: 15036341.
HSL color Cylindrical-coordinate representation of color #B56FE5: hue angle of 275.59º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56FE5 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 111 | 229 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.10 |
| HSL | 275.59º | 0.69% | 0.67% | - |
| HSV(B) | 275.59º | 0.52% | 0.9% | - |
| XYZ | 38.88 | 26.85 | 77.26 | - |
| YUV | 145.38 | 175.19 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 229 | 0.21 | 0.52 | 0 | 0.10 | 275.59 | 0.69 | 0.67 |
| Hex | B5 | 6F | E5 | 15 | 34 | 0 | A | 114 | 45 | 43 |
| Octal | 265 | 157 | 345 | 25 | 64 | 0 | 12 | 424 | 105 | 103 |
| Binary | 10110101 | 1101111 | 11100101 | 10101 | 110100 | 0 | 1010 | 100010100 | 1000101 | 1000011 |
Color Harmonies of #B56FE5
Complementary color
Monochromatic Colors of #B56FE5
Black with #B56FE5
Text Example
Text Example
White with #B56FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FE5; }
p { color: rgb(181,111,229); }
H1.HeaderClassName
{
color: #B56FE5;
}
.AnyTagClassName
{
color: #B56FE5;
}
</style>
background-color css
<style>
a { background-color: #B56FE5; }
a { background-color: rgb(181,111,229); }
div.DivClassName
{
background-color: #B56FE5;
}
.BgClassName
{
background-color: #B56FE5;
}
</style>
border-color css
<style>
span { border-color: #B56FE5; }
span { border-color: rgb(181,111,229); }
td.TdClassName
{
border-color: #B56FE5;
}
.TagClassName
{
border-color: #B56FE5;
}
</style>