Shades of Medium Orchid #B450D9
Tints of Medium Orchid #B450D9
RGB
CMYK
RGB Variations
Color information
#B450D9 (or 0xB450D9) is known color: Medium Orchid. HEX triplet: B4, 50 and D9. RGB value is (180,80,217). Sum of RGB (Red+Green+Blue) = 180+80+217=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #B450D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450D9 is #4BAF26. Grayscale: #7D7D7D. Windows color (decimal): -4960039 or 14241972. OLE color: 14241972.
HSL color Cylindrical-coordinate representation of color #B450D9: hue angle of 283.8º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B450D9 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 80 | 217 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.15 |
| HSL | 283.8º | 0.64% | 0.58% | - |
| HSV(B) | 283.8º | 0.63% | 0.85% | - |
| XYZ | 34.22 | 20.45 | 67.79 | - |
| YUV | 125.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 217 | 0.17 | 0.63 | 0 | 0.15 | 283.8 | 0.64 | 0.58 |
| Hex | B4 | 50 | D9 | 11 | 3F | 0 | F | 11C | 40 | 3A |
| Octal | 264 | 120 | 331 | 21 | 77 | 0 | 17 | 434 | 100 | 72 |
| Binary | 10110100 | 1010000 | 11011001 | 10001 | 111111 | 0 | 1111 | 100011100 | 1000000 | 111010 |
Color Harmonies of #B450D9
Complementary color
Monochromatic Colors of #B450D9
Black with #B450D9
Text Example
Text Example
White with #B450D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B450D9; }
p { color: rgb(180,80,217); }
H1.HeaderClassName
{
color: #B450D9;
}
.AnyTagClassName
{
color: #B450D9;
}
</style>
background-color css
<style>
a { background-color: #B450D9; }
a { background-color: rgb(180,80,217); }
div.DivClassName
{
background-color: #B450D9;
}
.BgClassName
{
background-color: #B450D9;
}
</style>
border-color css
<style>
span { border-color: #B450D9; }
span { border-color: rgb(180,80,217); }
td.TdClassName
{
border-color: #B450D9;
}
.TagClassName
{
border-color: #B450D9;
}
</style>