Shades of Medium Orchid #B456DB
Tints of Medium Orchid #B456DB
RGB
CMYK
RGB Variations
Color information
#B456DB (or 0xB456DB) is known color: Medium Orchid. HEX triplet: B4, 56 and DB. RGB value is (180,86,219). Sum of RGB (Red+Green+Blue) = 180+86+219=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #B456DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456DB is #4BA924. Grayscale: #808080. Windows color (decimal): -4958501 or 14374580. OLE color: 14374580.
HSL color Cylindrical-coordinate representation of color #B456DB: hue angle of 282.41º degrees, saturation: 0.65, 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 #B456DB is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 86 | 219 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.14 |
| HSL | 282.41º | 0.65% | 0.6% | - |
| HSV(B) | 282.41º | 0.61% | 0.86% | - |
| XYZ | 34.94 | 21.47 | 69.32 | - |
| YUV | 129.27 | 178.64 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 219 | 0.18 | 0.61 | 0 | 0.14 | 282.41 | 0.65 | 0.6 |
| Hex | B4 | 56 | DB | 12 | 3D | 0 | E | 11A | 41 | 3C |
| Octal | 264 | 126 | 333 | 22 | 75 | 0 | 16 | 432 | 101 | 74 |
| Binary | 10110100 | 1010110 | 11011011 | 10010 | 111101 | 0 | 1110 | 100011010 | 1000001 | 111100 |
Color Harmonies of #B456DB
Complementary color
Monochromatic Colors of #B456DB
Black with #B456DB
Text Example
Text Example
White with #B456DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B456DB; }
p { color: rgb(180,86,219); }
H1.HeaderClassName
{
color: #B456DB;
}
.AnyTagClassName
{
color: #B456DB;
}
</style>
background-color css
<style>
a { background-color: #B456DB; }
a { background-color: rgb(180,86,219); }
div.DivClassName
{
background-color: #B456DB;
}
.BgClassName
{
background-color: #B456DB;
}
</style>
border-color css
<style>
span { border-color: #B456DB; }
span { border-color: rgb(180,86,219); }
td.TdClassName
{
border-color: #B456DB;
}
.TagClassName
{
border-color: #B456DB;
}
</style>