Shades of Medium Orchid #B456D9
Tints of Medium Orchid #B456D9
RGB
CMYK
RGB Variations
Color information
#B456D9 (or 0xB456D9) is known color: Medium Orchid. HEX triplet: B4, 56 and D9. RGB value is (180,86,217). Sum of RGB (Red+Green+Blue) = 180+86+217=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #B456D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456D9 is #4BA926. Grayscale: #808080. Windows color (decimal): -4958503 or 14243508. OLE color: 14243508.
HSL color Cylindrical-coordinate representation of color #B456D9: hue angle of 283.05º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B456D9 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 86 | 217 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.15 |
| HSL | 283.05º | 0.63% | 0.59% | - |
| HSV(B) | 283.05º | 0.6% | 0.85% | - |
| XYZ | 34.67 | 21.37 | 67.94 | - |
| YUV | 129.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 217 | 0.17 | 0.60 | 0 | 0.15 | 283.05 | 0.63 | 0.59 |
| Hex | B4 | 56 | D9 | 11 | 3C | 0 | F | 11B | 3F | 3B |
| Octal | 264 | 126 | 331 | 21 | 74 | 0 | 17 | 433 | 77 | 73 |
| Binary | 10110100 | 1010110 | 11011001 | 10001 | 111100 | 0 | 1111 | 100011011 | 111111 | 111011 |
Color Harmonies of #B456D9
Complementary color
Monochromatic Colors of #B456D9
Black with #B456D9
Text Example
Text Example
White with #B456D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B456D9; }
p { color: rgb(180,86,217); }
H1.HeaderClassName
{
color: #B456D9;
}
.AnyTagClassName
{
color: #B456D9;
}
</style>
background-color css
<style>
a { background-color: #B456D9; }
a { background-color: rgb(180,86,217); }
div.DivClassName
{
background-color: #B456D9;
}
.BgClassName
{
background-color: #B456D9;
}
</style>
border-color css
<style>
span { border-color: #B456D9; }
span { border-color: rgb(180,86,217); }
td.TdClassName
{
border-color: #B456D9;
}
.TagClassName
{
border-color: #B456D9;
}
</style>