Shades of Medium Orchid #B946DB
Tints of Medium Orchid #B946DB
RGB
CMYK
RGB Variations
Color information
#B946DB (or 0xB946DB) is known color: Medium Orchid. HEX triplet: B9, 46 and DB. RGB value is (185,70,219). Sum of RGB (Red+Green+Blue) = 185+70+219=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #B946DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946DB is #46B924. Grayscale: #787878. Windows color (decimal): -4634917 or 14370489. OLE color: 14370489.
HSL color Cylindrical-coordinate representation of color #B946DB: hue angle of 286.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B946DB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 70 | 219 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.14 |
| HSL | 286.31º | 0.67% | 0.57% | - |
| HSV(B) | 286.31º | 0.68% | 0.86% | - |
| XYZ | 34.98 | 19.81 | 69 | - |
| YUV | 121.37 | 183.1 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 219 | 0.16 | 0.68 | 0 | 0.14 | 286.31 | 0.67 | 0.57 |
| Hex | B9 | 46 | DB | 10 | 44 | 0 | E | 11E | 43 | 39 |
| Octal | 271 | 106 | 333 | 20 | 104 | 0 | 16 | 436 | 103 | 71 |
| Binary | 10111001 | 1000110 | 11011011 | 10000 | 1000100 | 0 | 1110 | 100011110 | 1000011 | 111001 |
Color Harmonies of #B946DB
Complementary color
Monochromatic Colors of #B946DB
Black with #B946DB
Text Example
Text Example
White with #B946DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946DB; }
p { color: rgb(185,70,219); }
H1.HeaderClassName
{
color: #B946DB;
}
.AnyTagClassName
{
color: #B946DB;
}
</style>
background-color css
<style>
a { background-color: #B946DB; }
a { background-color: rgb(185,70,219); }
div.DivClassName
{
background-color: #B946DB;
}
.BgClassName
{
background-color: #B946DB;
}
</style>
border-color css
<style>
span { border-color: #B946DB; }
span { border-color: rgb(185,70,219); }
td.TdClassName
{
border-color: #B946DB;
}
.TagClassName
{
border-color: #B946DB;
}
</style>