Shades of Medium Orchid #B150D3
Tints of Medium Orchid #B150D3
RGB
CMYK
RGB Variations
Color information
#B150D3 (or 0xB150D3) is known color: Medium Orchid. HEX triplet: B1, 50 and D3. RGB value is (177,80,211). Sum of RGB (Red+Green+Blue) = 177+80+211=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #B150D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150D3 is #4EAF2C. Grayscale: #7B7B7B. Windows color (decimal): -5156653 or 13848753. OLE color: 13848753.
HSL color Cylindrical-coordinate representation of color #B150D3: hue angle of 284.43º 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 #B150D3 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 80 | 211 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.17 |
| HSL | 284.43º | 0.6% | 0.57% | - |
| HSV(B) | 284.43º | 0.62% | 0.83% | - |
| XYZ | 32.76 | 19.79 | 63.72 | - |
| YUV | 123.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 211 | 0.16 | 0.62 | 0 | 0.17 | 284.43 | 0.6 | 0.57 |
| Hex | B1 | 50 | D3 | 10 | 3E | 0 | 11 | 11C | 3C | 39 |
| Octal | 261 | 120 | 323 | 20 | 76 | 0 | 21 | 434 | 74 | 71 |
| Binary | 10110001 | 1010000 | 11010011 | 10000 | 111110 | 0 | 10001 | 100011100 | 111100 | 111001 |
Color Harmonies of #B150D3
Complementary color
Monochromatic Colors of #B150D3
Black with #B150D3
Text Example
Text Example
White with #B150D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B150D3; }
p { color: rgb(177,80,211); }
H1.HeaderClassName
{
color: #B150D3;
}
.AnyTagClassName
{
color: #B150D3;
}
</style>
background-color css
<style>
a { background-color: #B150D3; }
a { background-color: rgb(177,80,211); }
div.DivClassName
{
background-color: #B150D3;
}
.BgClassName
{
background-color: #B150D3;
}
</style>
border-color css
<style>
span { border-color: #B150D3; }
span { border-color: rgb(177,80,211); }
td.TdClassName
{
border-color: #B150D3;
}
.TagClassName
{
border-color: #B150D3;
}
</style>