Shades of Medium Orchid #B15DCB
Tints of Medium Orchid #B15DCB
RGB
CMYK
RGB Variations
Color information
#B15DCB (or 0xB15DCB) is known color: Medium Orchid. HEX triplet: B1, 5D and CB. RGB value is (177,93,203). Sum of RGB (Red+Green+Blue) = 177+93+203=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #B15DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DCB is #4EA234. Grayscale: #828282. Windows color (decimal): -5153333 or 13327793. OLE color: 13327793.
HSL color Cylindrical-coordinate representation of color #B15DCB: hue angle of 285.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15DCB is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 93 | 203 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.20 |
| HSL | 285.82º | 0.51% | 0.58% | - |
| HSV(B) | 285.82º | 0.54% | 0.8% | - |
| XYZ | 32.83 | 21.49 | 58.92 | - |
| YUV | 130.66 | 168.83 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 203 | 0.13 | 0.54 | 0 | 0.20 | 285.82 | 0.51 | 0.58 |
| Hex | B1 | 5D | CB | D | 36 | 0 | 14 | 11E | 33 | 3A |
| Octal | 261 | 135 | 313 | 15 | 66 | 0 | 24 | 436 | 63 | 72 |
| Binary | 10110001 | 1011101 | 11001011 | 1101 | 110110 | 0 | 10100 | 100011110 | 110011 | 111010 |
Color Harmonies of #B15DCB
Complementary color
Monochromatic Colors of #B15DCB
Black with #B15DCB
Text Example
Text Example
White with #B15DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15DCB; }
p { color: rgb(177,93,203); }
H1.HeaderClassName
{
color: #B15DCB;
}
.AnyTagClassName
{
color: #B15DCB;
}
</style>
background-color css
<style>
a { background-color: #B15DCB; }
a { background-color: rgb(177,93,203); }
div.DivClassName
{
background-color: #B15DCB;
}
.BgClassName
{
background-color: #B15DCB;
}
</style>
border-color css
<style>
span { border-color: #B15DCB; }
span { border-color: rgb(177,93,203); }
td.TdClassName
{
border-color: #B15DCB;
}
.TagClassName
{
border-color: #B15DCB;
}
</style>