Shades of Medium Orchid #B15DD9
Tints of Medium Orchid #B15DD9
RGB
CMYK
RGB Variations
Color information
#B15DD9 (or 0xB15DD9) is known color: Medium Orchid. HEX triplet: B1, 5D and D9. RGB value is (177,93,217). Sum of RGB (Red+Green+Blue) = 177+93+217=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #B15DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DD9 is #4EA226. Grayscale: #838383. Windows color (decimal): -5153319 or 14245297. OLE color: 14245297.
HSL color Cylindrical-coordinate representation of color #B15DD9: hue angle of 280.65º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B15DD9 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 93 | 217 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.15 |
| HSL | 280.65º | 0.62% | 0.61% | - |
| HSV(B) | 280.65º | 0.57% | 0.85% | - |
| XYZ | 34.57 | 22.19 | 68.11 | - |
| YUV | 132.25 | 175.83 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 217 | 0.18 | 0.57 | 0 | 0.15 | 280.65 | 0.62 | 0.61 |
| Hex | B1 | 5D | D9 | 12 | 39 | 0 | F | 119 | 3E | 3D |
| Octal | 261 | 135 | 331 | 22 | 71 | 0 | 17 | 431 | 76 | 75 |
| Binary | 10110001 | 1011101 | 11011001 | 10010 | 111001 | 0 | 1111 | 100011001 | 111110 | 111101 |
Color Harmonies of #B15DD9
Complementary color
Monochromatic Colors of #B15DD9
Black with #B15DD9
Text Example
Text Example
White with #B15DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15DD9; }
p { color: rgb(177,93,217); }
H1.HeaderClassName
{
color: #B15DD9;
}
.AnyTagClassName
{
color: #B15DD9;
}
</style>
background-color css
<style>
a { background-color: #B15DD9; }
a { background-color: rgb(177,93,217); }
div.DivClassName
{
background-color: #B15DD9;
}
.BgClassName
{
background-color: #B15DD9;
}
</style>
border-color css
<style>
span { border-color: #B15DD9; }
span { border-color: rgb(177,93,217); }
td.TdClassName
{
border-color: #B15DD9;
}
.TagClassName
{
border-color: #B15DD9;
}
</style>