Shades of Medium Orchid #B459D3
Tints of Medium Orchid #B459D3
RGB
CMYK
RGB Variations
Color information
#B459D3 (or 0xB459D3) is known color: Medium Orchid. HEX triplet: B4, 59 and D3. RGB value is (180,89,211). Sum of RGB (Red+Green+Blue) = 180+89+211=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #B459D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459D3 is #4BA62C. Grayscale: #818181. Windows color (decimal): -4957741 or 13851060. OLE color: 13851060.
HSL color Cylindrical-coordinate representation of color #B459D3: hue angle of 284.75º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B459D3 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 89 | 211 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.17 |
| HSL | 284.75º | 0.58% | 0.59% | - |
| HSV(B) | 284.75º | 0.58% | 0.83% | - |
| XYZ | 34.15 | 21.55 | 63.99 | - |
| YUV | 130.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 211 | 0.15 | 0.58 | 0 | 0.17 | 284.75 | 0.58 | 0.59 |
| Hex | B4 | 59 | D3 | F | 3A | 0 | 11 | 11D | 3A | 3B |
| Octal | 264 | 131 | 323 | 17 | 72 | 0 | 21 | 435 | 72 | 73 |
| Binary | 10110100 | 1011001 | 11010011 | 1111 | 111010 | 0 | 10001 | 100011101 | 111010 | 111011 |
Color Harmonies of #B459D3
Complementary color
Monochromatic Colors of #B459D3
Black with #B459D3
Text Example
Text Example
White with #B459D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B459D3; }
p { color: rgb(180,89,211); }
H1.HeaderClassName
{
color: #B459D3;
}
.AnyTagClassName
{
color: #B459D3;
}
</style>
background-color css
<style>
a { background-color: #B459D3; }
a { background-color: rgb(180,89,211); }
div.DivClassName
{
background-color: #B459D3;
}
.BgClassName
{
background-color: #B459D3;
}
</style>
border-color css
<style>
span { border-color: #B459D3; }
span { border-color: rgb(180,89,211); }
td.TdClassName
{
border-color: #B459D3;
}
.TagClassName
{
border-color: #B459D3;
}
</style>