Shades of Medium Orchid #B946CD
Tints of Medium Orchid #B946CD
RGB
CMYK
RGB Variations
Color information
#B946CD (or 0xB946CD) is known color: Medium Orchid. HEX triplet: B9, 46 and CD. RGB value is (185,70,205). Sum of RGB (Red+Green+Blue) = 185+70+205=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #B946CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946CD is #46B932. Grayscale: #777777. Windows color (decimal): -4634931 or 13452985. OLE color: 13452985.
HSL color Cylindrical-coordinate representation of color #B946CD: hue angle of 291.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B946CD is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 70 | 205 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.20 |
| HSL | 291.11º | 0.57% | 0.54% | - |
| HSV(B) | 291.11º | 0.66% | 0.8% | - |
| XYZ | 33.22 | 19.1 | 59.69 | - |
| YUV | 119.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 205 | 0.10 | 0.66 | 0 | 0.20 | 291.11 | 0.57 | 0.54 |
| Hex | B9 | 46 | CD | A | 42 | 0 | 14 | 123 | 39 | 36 |
| Octal | 271 | 106 | 315 | 12 | 102 | 0 | 24 | 443 | 71 | 66 |
| Binary | 10111001 | 1000110 | 11001101 | 1010 | 1000010 | 0 | 10100 | 100100011 | 111001 | 110110 |
Color Harmonies of #B946CD
Complementary color
Monochromatic Colors of #B946CD
Black with #B946CD
Text Example
Text Example
White with #B946CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946CD; }
p { color: rgb(185,70,205); }
H1.HeaderClassName
{
color: #B946CD;
}
.AnyTagClassName
{
color: #B946CD;
}
</style>
background-color css
<style>
a { background-color: #B946CD; }
a { background-color: rgb(185,70,205); }
div.DivClassName
{
background-color: #B946CD;
}
.BgClassName
{
background-color: #B946CD;
}
</style>
border-color css
<style>
span { border-color: #B946CD; }
span { border-color: rgb(185,70,205); }
td.TdClassName
{
border-color: #B946CD;
}
.TagClassName
{
border-color: #B946CD;
}
</style>