Shades of Medium Orchid #B250D9
Tints of Medium Orchid #B250D9
RGB
CMYK
RGB Variations
Color information
#B250D9 (or 0xB250D9) is known color: Medium Orchid. HEX triplet: B2, 50 and D9. RGB value is (178,80,217). Sum of RGB (Red+Green+Blue) = 178+80+217=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #B250D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250D9 is #4DAF26. Grayscale: #7C7C7C. Windows color (decimal): -5091111 or 14241970. OLE color: 14241970.
HSL color Cylindrical-coordinate representation of color #B250D9: hue angle of 282.92º 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 #B250D9 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 80 | 217 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.15 |
| HSL | 282.92º | 0.64% | 0.58% | - |
| HSV(B) | 282.92º | 0.63% | 0.85% | - |
| XYZ | 33.75 | 20.21 | 67.77 | - |
| YUV | 124.92 | 179.97 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 217 | 0.18 | 0.63 | 0 | 0.15 | 282.92 | 0.64 | 0.58 |
| Hex | B2 | 50 | D9 | 12 | 3F | 0 | F | 11B | 40 | 3A |
| Octal | 262 | 120 | 331 | 22 | 77 | 0 | 17 | 433 | 100 | 72 |
| Binary | 10110010 | 1010000 | 11011001 | 10010 | 111111 | 0 | 1111 | 100011011 | 1000000 | 111010 |
Color Harmonies of #B250D9
Complementary color
Monochromatic Colors of #B250D9
Black with #B250D9
Text Example
Text Example
White with #B250D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B250D9; }
p { color: rgb(178,80,217); }
H1.HeaderClassName
{
color: #B250D9;
}
.AnyTagClassName
{
color: #B250D9;
}
</style>
background-color css
<style>
a { background-color: #B250D9; }
a { background-color: rgb(178,80,217); }
div.DivClassName
{
background-color: #B250D9;
}
.BgClassName
{
background-color: #B250D9;
}
</style>
border-color css
<style>
span { border-color: #B250D9; }
span { border-color: rgb(178,80,217); }
td.TdClassName
{
border-color: #B250D9;
}
.TagClassName
{
border-color: #B250D9;
}
</style>