Shades of Medium Orchid #B456DC
Tints of Medium Orchid #B456DC
RGB
CMYK
RGB Variations
Color information
#B456DC (or 0xB456DC) is known color: Medium Orchid. HEX triplet: B4, 56 and DC. RGB value is (180,86,220). Sum of RGB (Red+Green+Blue) = 180+86+220=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #B456DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456DC is #4BA923. Grayscale: #808080. Windows color (decimal): -4958500 or 14440116. OLE color: 14440116.
HSL color Cylindrical-coordinate representation of color #B456DC: hue angle of 282.09º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B456DC is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 86 | 220 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.14 |
| HSL | 282.09º | 0.66% | 0.6% | - |
| HSV(B) | 282.09º | 0.61% | 0.86% | - |
| XYZ | 35.07 | 21.53 | 70.02 | - |
| YUV | 129.38 | 179.14 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 220 | 0.18 | 0.61 | 0 | 0.14 | 282.09 | 0.66 | 0.6 |
| Hex | B4 | 56 | DC | 12 | 3D | 0 | E | 11A | 42 | 3C |
| Octal | 264 | 126 | 334 | 22 | 75 | 0 | 16 | 432 | 102 | 74 |
| Binary | 10110100 | 1010110 | 11011100 | 10010 | 111101 | 0 | 1110 | 100011010 | 1000010 | 111100 |
Color Harmonies of #B456DC
Complementary color
Monochromatic Colors of #B456DC
Black with #B456DC
Text Example
Text Example
White with #B456DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B456DC; }
p { color: rgb(180,86,220); }
H1.HeaderClassName
{
color: #B456DC;
}
.AnyTagClassName
{
color: #B456DC;
}
</style>
background-color css
<style>
a { background-color: #B456DC; }
a { background-color: rgb(180,86,220); }
div.DivClassName
{
background-color: #B456DC;
}
.BgClassName
{
background-color: #B456DC;
}
</style>
border-color css
<style>
span { border-color: #B456DC; }
span { border-color: rgb(180,86,220); }
td.TdClassName
{
border-color: #B456DC;
}
.TagClassName
{
border-color: #B456DC;
}
</style>