Shades of Medium Orchid #B56FDA
Tints of Medium Orchid #B56FDA
RGB
CMYK
RGB Variations
Color information
#B56FDA (or 0xB56FDA) is known color: Medium Orchid. HEX triplet: B5, 6F and DA. RGB value is (181,111,218). Sum of RGB (Red+Green+Blue) = 181+111+218=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #B56FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FDA is #4A9025. Grayscale: #8F8F8F. Windows color (decimal): -4886566 or 14315445. OLE color: 14315445.
HSL color Cylindrical-coordinate representation of color #B56FDA: hue angle of 279.25º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B56FDA is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 111 | 218 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.15 |
| HSL | 279.25º | 0.59% | 0.65% | - |
| HSV(B) | 279.25º | 0.49% | 0.85% | - |
| XYZ | 37.4 | 26.25 | 69.43 | - |
| YUV | 144.13 | 169.69 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 218 | 0.17 | 0.49 | 0 | 0.15 | 279.25 | 0.59 | 0.65 |
| Hex | B5 | 6F | DA | 11 | 31 | 0 | F | 117 | 3B | 41 |
| Octal | 265 | 157 | 332 | 21 | 61 | 0 | 17 | 427 | 73 | 101 |
| Binary | 10110101 | 1101111 | 11011010 | 10001 | 110001 | 0 | 1111 | 100010111 | 111011 | 1000001 |
Color Harmonies of #B56FDA
Complementary color
Monochromatic Colors of #B56FDA
Black with #B56FDA
Text Example
Text Example
White with #B56FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FDA; }
p { color: rgb(181,111,218); }
H1.HeaderClassName
{
color: #B56FDA;
}
.AnyTagClassName
{
color: #B56FDA;
}
</style>
background-color css
<style>
a { background-color: #B56FDA; }
a { background-color: rgb(181,111,218); }
div.DivClassName
{
background-color: #B56FDA;
}
.BgClassName
{
background-color: #B56FDA;
}
</style>
border-color css
<style>
span { border-color: #B56FDA; }
span { border-color: rgb(181,111,218); }
td.TdClassName
{
border-color: #B56FDA;
}
.TagClassName
{
border-color: #B56FDA;
}
</style>