Shades of Medium Orchid #B151D0
Tints of Medium Orchid #B151D0
RGB
CMYK
RGB Variations
Color information
#B151D0 (or 0xB151D0) is known color: Medium Orchid. HEX triplet: B1, 51 and D0. RGB value is (177,81,208). Sum of RGB (Red+Green+Blue) = 177+81+208=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #B151D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151D0 is #4EAE2F. Grayscale: #7B7B7B. Windows color (decimal): -5156400 or 13652401. OLE color: 13652401.
HSL color Cylindrical-coordinate representation of color #B151D0: hue angle of 285.35º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B151D0 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 81 | 208 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.18 |
| HSL | 285.35º | 0.57% | 0.57% | - |
| HSV(B) | 285.35º | 0.61% | 0.82% | - |
| XYZ | 32.46 | 19.79 | 61.78 | - |
| YUV | 124.18 | 175.3 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 208 | 0.15 | 0.61 | 0 | 0.18 | 285.35 | 0.57 | 0.57 |
| Hex | B1 | 51 | D0 | F | 3D | 0 | 12 | 11D | 39 | 39 |
| Octal | 261 | 121 | 320 | 17 | 75 | 0 | 22 | 435 | 71 | 71 |
| Binary | 10110001 | 1010001 | 11010000 | 1111 | 111101 | 0 | 10010 | 100011101 | 111001 | 111001 |
Color Harmonies of #B151D0
Complementary color
Monochromatic Colors of #B151D0
Black with #B151D0
Text Example
Text Example
White with #B151D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151D0; }
p { color: rgb(177,81,208); }
H1.HeaderClassName
{
color: #B151D0;
}
.AnyTagClassName
{
color: #B151D0;
}
</style>
background-color css
<style>
a { background-color: #B151D0; }
a { background-color: rgb(177,81,208); }
div.DivClassName
{
background-color: #B151D0;
}
.BgClassName
{
background-color: #B151D0;
}
</style>
border-color css
<style>
span { border-color: #B151D0; }
span { border-color: rgb(177,81,208); }
td.TdClassName
{
border-color: #B151D0;
}
.TagClassName
{
border-color: #B151D0;
}
</style>