Shades of Medium Orchid #B146DD
Tints of Medium Orchid #B146DD
RGB
CMYK
RGB Variations
Color information
#B146DD (or 0xB146DD) is known color: Medium Orchid. HEX triplet: B1, 46 and DD. RGB value is (177,70,221). Sum of RGB (Red+Green+Blue) = 177+70+221=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #B146DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146DD is #4EB922. Grayscale: #767676. Windows color (decimal): -5159203 or 14501553. OLE color: 14501553.
HSL color Cylindrical-coordinate representation of color #B146DD: hue angle of 282.52º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B146DD is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 70 | 221 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.13 |
| HSL | 282.52º | 0.69% | 0.57% | - |
| HSV(B) | 282.52º | 0.68% | 0.87% | - |
| XYZ | 33.37 | 18.95 | 70.3 | - |
| YUV | 119.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 221 | 0.20 | 0.68 | 0 | 0.13 | 282.52 | 0.69 | 0.57 |
| Hex | B1 | 46 | DD | 14 | 44 | 0 | D | 11B | 45 | 39 |
| Octal | 261 | 106 | 335 | 24 | 104 | 0 | 15 | 433 | 105 | 71 |
| Binary | 10110001 | 1000110 | 11011101 | 10100 | 1000100 | 0 | 1101 | 100011011 | 1000101 | 111001 |
Color Harmonies of #B146DD
Complementary color
Monochromatic Colors of #B146DD
Black with #B146DD
Text Example
Text Example
White with #B146DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B146DD; }
p { color: rgb(177,70,221); }
H1.HeaderClassName
{
color: #B146DD;
}
.AnyTagClassName
{
color: #B146DD;
}
</style>
background-color css
<style>
a { background-color: #B146DD; }
a { background-color: rgb(177,70,221); }
div.DivClassName
{
background-color: #B146DD;
}
.BgClassName
{
background-color: #B146DD;
}
</style>
border-color css
<style>
span { border-color: #B146DD; }
span { border-color: rgb(177,70,221); }
td.TdClassName
{
border-color: #B146DD;
}
.TagClassName
{
border-color: #B146DD;
}
</style>