Shades of Medium Orchid #B940D9
Tints of Medium Orchid #B940D9
RGB
CMYK
RGB Variations
Color information
#B940D9 (or 0xB940D9) is known color: Medium Orchid. HEX triplet: B9, 40 and D9. RGB value is (185,64,217). Sum of RGB (Red+Green+Blue) = 185+64+217=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #B940D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940D9 is #46BF26. Grayscale: #757575. Windows color (decimal): -4636455 or 14237881. OLE color: 14237881.
HSL color Cylindrical-coordinate representation of color #B940D9: hue angle of 287.45º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B940D9 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 64 | 217 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.15 |
| HSL | 287.45º | 0.67% | 0.55% | - |
| HSV(B) | 287.45º | 0.71% | 0.85% | - |
| XYZ | 34.37 | 18.99 | 67.5 | - |
| YUV | 117.62 | 184.09 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 217 | 0.15 | 0.71 | 0 | 0.15 | 287.45 | 0.67 | 0.55 |
| Hex | B9 | 40 | D9 | F | 47 | 0 | F | 11F | 43 | 37 |
| Octal | 271 | 100 | 331 | 17 | 107 | 0 | 17 | 437 | 103 | 67 |
| Binary | 10111001 | 1000000 | 11011001 | 1111 | 1000111 | 0 | 1111 | 100011111 | 1000011 | 110111 |
Color Harmonies of #B940D9
Complementary color
Monochromatic Colors of #B940D9
Black with #B940D9
Text Example
Text Example
White with #B940D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B940D9; }
p { color: rgb(185,64,217); }
H1.HeaderClassName
{
color: #B940D9;
}
.AnyTagClassName
{
color: #B940D9;
}
</style>
background-color css
<style>
a { background-color: #B940D9; }
a { background-color: rgb(185,64,217); }
div.DivClassName
{
background-color: #B940D9;
}
.BgClassName
{
background-color: #B940D9;
}
</style>
border-color css
<style>
span { border-color: #B940D9; }
span { border-color: rgb(185,64,217); }
td.TdClassName
{
border-color: #B940D9;
}
.TagClassName
{
border-color: #B940D9;
}
</style>