Shades of Medium Orchid #B946DC
Tints of Medium Orchid #B946DC
RGB
CMYK
RGB Variations
Color information
#B946DC (or 0xB946DC) is known color: Medium Orchid. HEX triplet: B9, 46 and DC. RGB value is (185,70,220). Sum of RGB (Red+Green+Blue) = 185+70+220=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #B946DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946DC is #46B923. Grayscale: #797979. Windows color (decimal): -4634916 or 14436025. OLE color: 14436025.
HSL color Cylindrical-coordinate representation of color #B946DC: hue angle of 286º degrees, saturation: 0.68, 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 #B946DC is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 70 | 220 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.14 |
| HSL | 286º | 0.68% | 0.57% | - |
| HSV(B) | 286º | 0.68% | 0.86% | - |
| XYZ | 35.12 | 19.86 | 69.69 | - |
| YUV | 121.49 | 183.6 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 220 | 0.16 | 0.68 | 0 | 0.14 | 286 | 0.68 | 0.57 |
| Hex | B9 | 46 | DC | 10 | 44 | 0 | E | 11E | 44 | 39 |
| Octal | 271 | 106 | 334 | 20 | 104 | 0 | 16 | 436 | 104 | 71 |
| Binary | 10111001 | 1000110 | 11011100 | 10000 | 1000100 | 0 | 1110 | 100011110 | 1000100 | 111001 |
Color Harmonies of #B946DC
Complementary color
Monochromatic Colors of #B946DC
Black with #B946DC
Text Example
Text Example
White with #B946DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946DC; }
p { color: rgb(185,70,220); }
H1.HeaderClassName
{
color: #B946DC;
}
.AnyTagClassName
{
color: #B946DC;
}
</style>
background-color css
<style>
a { background-color: #B946DC; }
a { background-color: rgb(185,70,220); }
div.DivClassName
{
background-color: #B946DC;
}
.BgClassName
{
background-color: #B946DC;
}
</style>
border-color css
<style>
span { border-color: #B946DC; }
span { border-color: rgb(185,70,220); }
td.TdClassName
{
border-color: #B946DC;
}
.TagClassName
{
border-color: #B946DC;
}
</style>