Shades of Medium Orchid #B56BCF
Tints of Medium Orchid #B56BCF
RGB
CMYK
RGB Variations
Color information
#B56BCF (or 0xB56BCF) is known color: Medium Orchid. HEX triplet: B5, 6B and CF. RGB value is (181,107,207). Sum of RGB (Red+Green+Blue) = 181+107+207=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #B56BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BCF is #4A9430. Grayscale: #8C8C8C. Windows color (decimal): -4887601 or 13593525. OLE color: 13593525.
HSL color Cylindrical-coordinate representation of color #B56BCF: hue angle of 284.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B56BCF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 107 | 207 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.19 |
| HSL | 284.4º | 0.51% | 0.62% | - |
| HSV(B) | 284.4º | 0.48% | 0.81% | - |
| XYZ | 35.58 | 24.84 | 61.95 | - |
| YUV | 140.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 207 | 0.13 | 0.48 | 0 | 0.19 | 284.4 | 0.51 | 0.62 |
| Hex | B5 | 6B | CF | D | 30 | 0 | 13 | 11C | 33 | 3E |
| Octal | 265 | 153 | 317 | 15 | 60 | 0 | 23 | 434 | 63 | 76 |
| Binary | 10110101 | 1101011 | 11001111 | 1101 | 110000 | 0 | 10011 | 100011100 | 110011 | 111110 |
Color Harmonies of #B56BCF
Complementary color
Monochromatic Colors of #B56BCF
Black with #B56BCF
Text Example
Text Example
White with #B56BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56BCF; }
p { color: rgb(181,107,207); }
H1.HeaderClassName
{
color: #B56BCF;
}
.AnyTagClassName
{
color: #B56BCF;
}
</style>
background-color css
<style>
a { background-color: #B56BCF; }
a { background-color: rgb(181,107,207); }
div.DivClassName
{
background-color: #B56BCF;
}
.BgClassName
{
background-color: #B56BCF;
}
</style>
border-color css
<style>
span { border-color: #B56BCF; }
span { border-color: rgb(181,107,207); }
td.TdClassName
{
border-color: #B56BCF;
}
.TagClassName
{
border-color: #B56BCF;
}
</style>