Shades of Medium Orchid #B458D9
Tints of Medium Orchid #B458D9
RGB
CMYK
RGB Variations
Color information
#B458D9 (or 0xB458D9) is known color: Medium Orchid. HEX triplet: B4, 58 and D9. RGB value is (180,88,217). Sum of RGB (Red+Green+Blue) = 180+88+217=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #B458D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458D9 is #4BA726. Grayscale: #818181. Windows color (decimal): -4957991 or 14244020. OLE color: 14244020.
HSL color Cylindrical-coordinate representation of color #B458D9: hue angle of 282.79º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B458D9 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 88 | 217 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.15 |
| HSL | 282.79º | 0.63% | 0.6% | - |
| HSV(B) | 282.79º | 0.59% | 0.85% | - |
| XYZ | 34.84 | 21.69 | 68 | - |
| YUV | 130.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 217 | 0.17 | 0.59 | 0 | 0.15 | 282.79 | 0.63 | 0.6 |
| Hex | B4 | 58 | D9 | 11 | 3B | 0 | F | 11B | 3F | 3C |
| Octal | 264 | 130 | 331 | 21 | 73 | 0 | 17 | 433 | 77 | 74 |
| Binary | 10110100 | 1011000 | 11011001 | 10001 | 111011 | 0 | 1111 | 100011011 | 111111 | 111100 |
Color Harmonies of #B458D9
Complementary color
Monochromatic Colors of #B458D9
Black with #B458D9
Text Example
Text Example
White with #B458D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B458D9; }
p { color: rgb(180,88,217); }
H1.HeaderClassName
{
color: #B458D9;
}
.AnyTagClassName
{
color: #B458D9;
}
</style>
background-color css
<style>
a { background-color: #B458D9; }
a { background-color: rgb(180,88,217); }
div.DivClassName
{
background-color: #B458D9;
}
.BgClassName
{
background-color: #B458D9;
}
</style>
border-color css
<style>
span { border-color: #B458D9; }
span { border-color: rgb(180,88,217); }
td.TdClassName
{
border-color: #B458D9;
}
.TagClassName
{
border-color: #B458D9;
}
</style>