Shades of Medium Orchid #B250D3
Tints of Medium Orchid #B250D3
RGB
CMYK
RGB Variations
Color information
#B250D3 (or 0xB250D3) is known color: Medium Orchid. HEX triplet: B2, 50 and D3. RGB value is (178,80,211). Sum of RGB (Red+Green+Blue) = 178+80+211=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 211 - color contains mainly: blue. Hex color #B250D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250D3 is #4DAF2C. Grayscale: #7B7B7B. Windows color (decimal): -5091117 or 13848754. OLE color: 13848754.
HSL color Cylindrical-coordinate representation of color #B250D3: hue angle of 284.89º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B250D3 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 80 | 211 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.17 |
| HSL | 284.89º | 0.6% | 0.57% | - |
| HSV(B) | 284.89º | 0.62% | 0.83% | - |
| XYZ | 32.99 | 19.91 | 63.73 | - |
| YUV | 124.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 211 | 0.16 | 0.62 | 0 | 0.17 | 284.89 | 0.6 | 0.57 |
| Hex | B2 | 50 | D3 | 10 | 3E | 0 | 11 | 11D | 3C | 39 |
| Octal | 262 | 120 | 323 | 20 | 76 | 0 | 21 | 435 | 74 | 71 |
| Binary | 10110010 | 1010000 | 11010011 | 10000 | 111110 | 0 | 10001 | 100011101 | 111100 | 111001 |
Color Harmonies of #B250D3
Complementary color
Monochromatic Colors of #B250D3
Black with #B250D3
Text Example
Text Example
White with #B250D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B250D3; }
p { color: rgb(178,80,211); }
H1.HeaderClassName
{
color: #B250D3;
}
.AnyTagClassName
{
color: #B250D3;
}
</style>
background-color css
<style>
a { background-color: #B250D3; }
a { background-color: rgb(178,80,211); }
div.DivClassName
{
background-color: #B250D3;
}
.BgClassName
{
background-color: #B250D3;
}
</style>
border-color css
<style>
span { border-color: #B250D3; }
span { border-color: rgb(178,80,211); }
td.TdClassName
{
border-color: #B250D3;
}
.TagClassName
{
border-color: #B250D3;
}
</style>