Shades of Medium Orchid #B15DDA
Tints of Medium Orchid #B15DDA
RGB
CMYK
RGB Variations
Color information
#B15DDA (or 0xB15DDA) is known color: Medium Orchid. HEX triplet: B1, 5D and DA. RGB value is (177,93,218). Sum of RGB (Red+Green+Blue) = 177+93+218=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #B15DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DDA is #4EA225. Grayscale: #838383. Windows color (decimal): -5153318 or 14310833. OLE color: 14310833.
HSL color Cylindrical-coordinate representation of color #B15DDA: hue angle of 280.32º degrees, saturation: 0.63, 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 #B15DDA is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 93 | 218 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.15 |
| HSL | 280.32º | 0.63% | 0.61% | - |
| HSV(B) | 280.32º | 0.57% | 0.85% | - |
| XYZ | 34.7 | 22.24 | 68.79 | - |
| YUV | 132.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 218 | 0.19 | 0.57 | 0 | 0.15 | 280.32 | 0.63 | 0.61 |
| Hex | B1 | 5D | DA | 13 | 39 | 0 | F | 118 | 3F | 3D |
| Octal | 261 | 135 | 332 | 23 | 71 | 0 | 17 | 430 | 77 | 75 |
| Binary | 10110001 | 1011101 | 11011010 | 10011 | 111001 | 0 | 1111 | 100011000 | 111111 | 111101 |
Color Harmonies of #B15DDA
Complementary color
Monochromatic Colors of #B15DDA
Black with #B15DDA
Text Example
Text Example
White with #B15DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15DDA; }
p { color: rgb(177,93,218); }
H1.HeaderClassName
{
color: #B15DDA;
}
.AnyTagClassName
{
color: #B15DDA;
}
</style>
background-color css
<style>
a { background-color: #B15DDA; }
a { background-color: rgb(177,93,218); }
div.DivClassName
{
background-color: #B15DDA;
}
.BgClassName
{
background-color: #B15DDA;
}
</style>
border-color css
<style>
span { border-color: #B15DDA; }
span { border-color: rgb(177,93,218); }
td.TdClassName
{
border-color: #B15DDA;
}
.TagClassName
{
border-color: #B15DDA;
}
</style>