Shades of Medium Orchid #B151D7
Tints of Medium Orchid #B151D7
RGB
CMYK
RGB Variations
Color information
#B151D7 (or 0xB151D7) is known color: Medium Orchid. HEX triplet: B1, 51 and D7. RGB value is (177,81,215). Sum of RGB (Red+Green+Blue) = 177+81+215=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #B151D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151D7 is #4EAE28. Grayscale: #7C7C7C. Windows color (decimal): -5156393 or 14111153. OLE color: 14111153.
HSL color Cylindrical-coordinate representation of color #B151D7: hue angle of 282.99º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B151D7 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 81 | 215 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.16 |
| HSL | 282.99º | 0.63% | 0.58% | - |
| HSV(B) | 282.99º | 0.62% | 0.84% | - |
| XYZ | 33.34 | 20.14 | 66.42 | - |
| YUV | 124.98 | 178.8 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 215 | 0.18 | 0.62 | 0 | 0.16 | 282.99 | 0.63 | 0.58 |
| Hex | B1 | 51 | D7 | 12 | 3E | 0 | 10 | 11B | 3F | 3A |
| Octal | 261 | 121 | 327 | 22 | 76 | 0 | 20 | 433 | 77 | 72 |
| Binary | 10110001 | 1010001 | 11010111 | 10010 | 111110 | 0 | 10000 | 100011011 | 111111 | 111010 |
Color Harmonies of #B151D7
Complementary color
Monochromatic Colors of #B151D7
Black with #B151D7
Text Example
Text Example
White with #B151D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151D7; }
p { color: rgb(177,81,215); }
H1.HeaderClassName
{
color: #B151D7;
}
.AnyTagClassName
{
color: #B151D7;
}
</style>
background-color css
<style>
a { background-color: #B151D7; }
a { background-color: rgb(177,81,215); }
div.DivClassName
{
background-color: #B151D7;
}
.BgClassName
{
background-color: #B151D7;
}
</style>
border-color css
<style>
span { border-color: #B151D7; }
span { border-color: rgb(177,81,215); }
td.TdClassName
{
border-color: #B151D7;
}
.TagClassName
{
border-color: #B151D7;
}
</style>