Shades of Medium Orchid #B15DDD
Tints of Medium Orchid #B15DDD
RGB
CMYK
RGB Variations
Color information
#B15DDD (or 0xB15DDD) is known color: Medium Orchid. HEX triplet: B1, 5D and DD. RGB value is (177,93,221). Sum of RGB (Red+Green+Blue) = 177+93+221=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #B15DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DDD is #4EA222. Grayscale: #848484. Windows color (decimal): -5153315 or 14507441. OLE color: 14507441.
HSL color Cylindrical-coordinate representation of color #B15DDD: hue angle of 279.38º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B15DDD is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 93 | 221 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.13 |
| HSL | 279.38º | 0.65% | 0.62% | - |
| HSV(B) | 279.38º | 0.58% | 0.87% | - |
| XYZ | 35.1 | 22.4 | 70.88 | - |
| YUV | 132.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 221 | 0.20 | 0.58 | 0 | 0.13 | 279.38 | 0.65 | 0.62 |
| Hex | B1 | 5D | DD | 14 | 3A | 0 | D | 117 | 41 | 3E |
| Octal | 261 | 135 | 335 | 24 | 72 | 0 | 15 | 427 | 101 | 76 |
| Binary | 10110001 | 1011101 | 11011101 | 10100 | 111010 | 0 | 1101 | 100010111 | 1000001 | 111110 |
Color Harmonies of #B15DDD
Complementary color
Monochromatic Colors of #B15DDD
Black with #B15DDD
Text Example
Text Example
White with #B15DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15DDD; }
p { color: rgb(177,93,221); }
H1.HeaderClassName
{
color: #B15DDD;
}
.AnyTagClassName
{
color: #B15DDD;
}
</style>
background-color css
<style>
a { background-color: #B15DDD; }
a { background-color: rgb(177,93,221); }
div.DivClassName
{
background-color: #B15DDD;
}
.BgClassName
{
background-color: #B15DDD;
}
</style>
border-color css
<style>
span { border-color: #B15DDD; }
span { border-color: rgb(177,93,221); }
td.TdClassName
{
border-color: #B15DDD;
}
.TagClassName
{
border-color: #B15DDD;
}
</style>