Shades of Medium Orchid #B456DF
Tints of Medium Orchid #B456DF
RGB
CMYK
RGB Variations
Color information
#B456DF (or 0xB456DF) is known color: Medium Orchid. HEX triplet: B4, 56 and DF. RGB value is (180,86,223). Sum of RGB (Red+Green+Blue) = 180+86+223=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #B456DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456DF is #4BA920. Grayscale: #818181. Windows color (decimal): -4958497 or 14636724. OLE color: 14636724.
HSL color Cylindrical-coordinate representation of color #B456DF: hue angle of 281.17º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B456DF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 86 | 223 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.13 |
| HSL | 281.17º | 0.68% | 0.61% | - |
| HSV(B) | 281.17º | 0.61% | 0.87% | - |
| XYZ | 35.47 | 21.69 | 72.13 | - |
| YUV | 129.72 | 180.64 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 223 | 0.19 | 0.61 | 0 | 0.13 | 281.17 | 0.68 | 0.61 |
| Hex | B4 | 56 | DF | 13 | 3D | 0 | D | 119 | 44 | 3D |
| Octal | 264 | 126 | 337 | 23 | 75 | 0 | 15 | 431 | 104 | 75 |
| Binary | 10110100 | 1010110 | 11011111 | 10011 | 111101 | 0 | 1101 | 100011001 | 1000100 | 111101 |
Color Harmonies of #B456DF
Complementary color
Monochromatic Colors of #B456DF
Black with #B456DF
Text Example
Text Example
White with #B456DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B456DF; }
p { color: rgb(180,86,223); }
H1.HeaderClassName
{
color: #B456DF;
}
.AnyTagClassName
{
color: #B456DF;
}
</style>
background-color css
<style>
a { background-color: #B456DF; }
a { background-color: rgb(180,86,223); }
div.DivClassName
{
background-color: #B456DF;
}
.BgClassName
{
background-color: #B456DF;
}
</style>
border-color css
<style>
span { border-color: #B456DF; }
span { border-color: rgb(180,86,223); }
td.TdClassName
{
border-color: #B456DF;
}
.TagClassName
{
border-color: #B456DF;
}
</style>