Shades of Medium Orchid #B56BCA
Tints of Medium Orchid #B56BCA
RGB
CMYK
RGB Variations
Color information
#B56BCA (or 0xB56BCA) is known color: Medium Orchid. HEX triplet: B5, 6B and CA. RGB value is (181,107,202). Sum of RGB (Red+Green+Blue) = 181+107+202=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #B56BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BCA is #4A9435. Grayscale: #8B8B8B. Windows color (decimal): -4887606 or 13265845. OLE color: 13265845.
HSL color Cylindrical-coordinate representation of color #B56BCA: hue angle of 286.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56BCA is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 107 | 202 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.21 |
| HSL | 286.74º | 0.47% | 0.61% | - |
| HSV(B) | 286.74º | 0.47% | 0.79% | - |
| XYZ | 34.97 | 24.6 | 58.78 | - |
| YUV | 139.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 202 | 0.10 | 0.47 | 0 | 0.21 | 286.74 | 0.47 | 0.61 |
| Hex | B5 | 6B | CA | A | 2F | 0 | 15 | 11F | 2F | 3D |
| Octal | 265 | 153 | 312 | 12 | 57 | 0 | 25 | 437 | 57 | 75 |
| Binary | 10110101 | 1101011 | 11001010 | 1010 | 101111 | 0 | 10101 | 100011111 | 101111 | 111101 |
Color Harmonies of #B56BCA
Complementary color
Monochromatic Colors of #B56BCA
Black with #B56BCA
Text Example
Text Example
White with #B56BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56BCA; }
p { color: rgb(181,107,202); }
H1.HeaderClassName
{
color: #B56BCA;
}
.AnyTagClassName
{
color: #B56BCA;
}
</style>
background-color css
<style>
a { background-color: #B56BCA; }
a { background-color: rgb(181,107,202); }
div.DivClassName
{
background-color: #B56BCA;
}
.BgClassName
{
background-color: #B56BCA;
}
</style>
border-color css
<style>
span { border-color: #B56BCA; }
span { border-color: rgb(181,107,202); }
td.TdClassName
{
border-color: #B56BCA;
}
.TagClassName
{
border-color: #B56BCA;
}
</style>