Shades of Medium Orchid #B146DA
Tints of Medium Orchid #B146DA
RGB
CMYK
RGB Variations
Color information
#B146DA (or 0xB146DA) is known color: Medium Orchid. HEX triplet: B1, 46 and DA. RGB value is (177,70,218). Sum of RGB (Red+Green+Blue) = 177+70+218=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #B146DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146DA is #4EB925. Grayscale: #767676. Windows color (decimal): -5159206 or 14304945. OLE color: 14304945.
HSL color Cylindrical-coordinate representation of color #B146DA: hue angle of 283.38º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B146DA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 70 | 218 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.15 |
| HSL | 283.38º | 0.67% | 0.56% | - |
| HSV(B) | 283.38º | 0.68% | 0.85% | - |
| XYZ | 32.98 | 18.79 | 68.22 | - |
| YUV | 118.87 | 183.95 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 218 | 0.19 | 0.68 | 0 | 0.15 | 283.38 | 0.67 | 0.56 |
| Hex | B1 | 46 | DA | 13 | 44 | 0 | F | 11B | 43 | 38 |
| Octal | 261 | 106 | 332 | 23 | 104 | 0 | 17 | 433 | 103 | 70 |
| Binary | 10110001 | 1000110 | 11011010 | 10011 | 1000100 | 0 | 1111 | 100011011 | 1000011 | 111000 |
Color Harmonies of #B146DA
Complementary color
Monochromatic Colors of #B146DA
Black with #B146DA
Text Example
Text Example
White with #B146DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B146DA; }
p { color: rgb(177,70,218); }
H1.HeaderClassName
{
color: #B146DA;
}
.AnyTagClassName
{
color: #B146DA;
}
</style>
background-color css
<style>
a { background-color: #B146DA; }
a { background-color: rgb(177,70,218); }
div.DivClassName
{
background-color: #B146DA;
}
.BgClassName
{
background-color: #B146DA;
}
</style>
border-color css
<style>
span { border-color: #B146DA; }
span { border-color: rgb(177,70,218); }
td.TdClassName
{
border-color: #B146DA;
}
.TagClassName
{
border-color: #B146DA;
}
</style>