Shades of Medium Orchid #B941D3
Tints of Medium Orchid #B941D3
RGB
CMYK
RGB Variations
Color information
#B941D3 (or 0xB941D3) is known color: Medium Orchid. HEX triplet: B9, 41 and D3. RGB value is (185,65,211). Sum of RGB (Red+Green+Blue) = 185+65+211=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #B941D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941D3 is #46BE2C. Grayscale: #757575. Windows color (decimal): -4636205 or 13844921. OLE color: 13844921.
HSL color Cylindrical-coordinate representation of color #B941D3: hue angle of 289.32º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B941D3 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 65 | 211 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.17 |
| HSL | 289.32º | 0.62% | 0.54% | - |
| HSV(B) | 289.32º | 0.69% | 0.83% | - |
| XYZ | 33.66 | 18.8 | 63.48 | - |
| YUV | 117.52 | 180.76 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 211 | 0.12 | 0.69 | 0 | 0.17 | 289.32 | 0.62 | 0.54 |
| Hex | B9 | 41 | D3 | C | 45 | 0 | 11 | 121 | 3E | 36 |
| Octal | 271 | 101 | 323 | 14 | 105 | 0 | 21 | 441 | 76 | 66 |
| Binary | 10111001 | 1000001 | 11010011 | 1100 | 1000101 | 0 | 10001 | 100100001 | 111110 | 110110 |
Color Harmonies of #B941D3
Complementary color
Monochromatic Colors of #B941D3
Black with #B941D3
Text Example
Text Example
White with #B941D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B941D3; }
p { color: rgb(185,65,211); }
H1.HeaderClassName
{
color: #B941D3;
}
.AnyTagClassName
{
color: #B941D3;
}
</style>
background-color css
<style>
a { background-color: #B941D3; }
a { background-color: rgb(185,65,211); }
div.DivClassName
{
background-color: #B941D3;
}
.BgClassName
{
background-color: #B941D3;
}
</style>
border-color css
<style>
span { border-color: #B941D3; }
span { border-color: rgb(185,65,211); }
td.TdClassName
{
border-color: #B941D3;
}
.TagClassName
{
border-color: #B941D3;
}
</style>