Shades of Medium Orchid #B459DB
Tints of Medium Orchid #B459DB
RGB
CMYK
RGB Variations
Color information
#B459DB (or 0xB459DB) is known color: Medium Orchid. HEX triplet: B4, 59 and DB. RGB value is (180,89,219). Sum of RGB (Red+Green+Blue) = 180+89+219=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #B459DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459DB is #4BA624. Grayscale: #828282. Windows color (decimal): -4957733 or 14375348. OLE color: 14375348.
HSL color Cylindrical-coordinate representation of color #B459DB: hue angle of 282º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B459DB is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 89 | 219 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.14 |
| HSL | 282º | 0.64% | 0.6% | - |
| HSV(B) | 282º | 0.59% | 0.86% | - |
| XYZ | 35.18 | 21.96 | 69.4 | - |
| YUV | 131.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 219 | 0.18 | 0.59 | 0 | 0.14 | 282 | 0.64 | 0.6 |
| Hex | B4 | 59 | DB | 12 | 3B | 0 | E | 11A | 40 | 3C |
| Octal | 264 | 131 | 333 | 22 | 73 | 0 | 16 | 432 | 100 | 74 |
| Binary | 10110100 | 1011001 | 11011011 | 10010 | 111011 | 0 | 1110 | 100011010 | 1000000 | 111100 |
Color Harmonies of #B459DB
Complementary color
Monochromatic Colors of #B459DB
Black with #B459DB
Text Example
Text Example
White with #B459DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B459DB; }
p { color: rgb(180,89,219); }
H1.HeaderClassName
{
color: #B459DB;
}
.AnyTagClassName
{
color: #B459DB;
}
</style>
background-color css
<style>
a { background-color: #B459DB; }
a { background-color: rgb(180,89,219); }
div.DivClassName
{
background-color: #B459DB;
}
.BgClassName
{
background-color: #B459DB;
}
</style>
border-color css
<style>
span { border-color: #B459DB; }
span { border-color: rgb(180,89,219); }
td.TdClassName
{
border-color: #B459DB;
}
.TagClassName
{
border-color: #B459DB;
}
</style>