Shades of Medium Orchid #B459DC
Tints of Medium Orchid #B459DC
RGB
CMYK
RGB Variations
Color information
#B459DC (or 0xB459DC) is known color: Medium Orchid. HEX triplet: B4, 59 and DC. RGB value is (180,89,220). Sum of RGB (Red+Green+Blue) = 180+89+220=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #B459DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459DC is #4BA623. Grayscale: #828282. Windows color (decimal): -4957732 or 14440884. OLE color: 14440884.
HSL color Cylindrical-coordinate representation of color #B459DC: hue angle of 281.68º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B459DC is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 89 | 220 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.14 |
| HSL | 281.68º | 0.65% | 0.61% | - |
| HSV(B) | 281.68º | 0.6% | 0.86% | - |
| XYZ | 35.31 | 22.02 | 70.1 | - |
| YUV | 131.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 220 | 0.18 | 0.60 | 0 | 0.14 | 281.68 | 0.65 | 0.61 |
| Hex | B4 | 59 | DC | 12 | 3C | 0 | E | 11A | 41 | 3D |
| Octal | 264 | 131 | 334 | 22 | 74 | 0 | 16 | 432 | 101 | 75 |
| Binary | 10110100 | 1011001 | 11011100 | 10010 | 111100 | 0 | 1110 | 100011010 | 1000001 | 111101 |
Color Harmonies of #B459DC
Complementary color
Monochromatic Colors of #B459DC
Black with #B459DC
Text Example
Text Example
White with #B459DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B459DC; }
p { color: rgb(180,89,220); }
H1.HeaderClassName
{
color: #B459DC;
}
.AnyTagClassName
{
color: #B459DC;
}
</style>
background-color css
<style>
a { background-color: #B459DC; }
a { background-color: rgb(180,89,220); }
div.DivClassName
{
background-color: #B459DC;
}
.BgClassName
{
background-color: #B459DC;
}
</style>
border-color css
<style>
span { border-color: #B459DC; }
span { border-color: rgb(180,89,220); }
td.TdClassName
{
border-color: #B459DC;
}
.TagClassName
{
border-color: #B459DC;
}
</style>