Shades of Medium Orchid #B940DC
Tints of Medium Orchid #B940DC
RGB
CMYK
RGB Variations
Color information
#B940DC (or 0xB940DC) is known color: Medium Orchid. HEX triplet: B9, 40 and DC. RGB value is (185,64,220). Sum of RGB (Red+Green+Blue) = 185+64+220=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #B940DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940DC is #46BF23. Grayscale: #757575. Windows color (decimal): -4636452 or 14434489. OLE color: 14434489.
HSL color Cylindrical-coordinate representation of color #B940DC: hue angle of 286.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B940DC is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 64 | 220 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.14 |
| HSL | 286.54º | 0.69% | 0.56% | - |
| HSV(B) | 286.54º | 0.71% | 0.86% | - |
| XYZ | 34.76 | 19.15 | 69.57 | - |
| YUV | 117.96 | 185.59 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 220 | 0.16 | 0.71 | 0 | 0.14 | 286.54 | 0.69 | 0.56 |
| Hex | B9 | 40 | DC | 10 | 47 | 0 | E | 11F | 45 | 38 |
| Octal | 271 | 100 | 334 | 20 | 107 | 0 | 16 | 437 | 105 | 70 |
| Binary | 10111001 | 1000000 | 11011100 | 10000 | 1000111 | 0 | 1110 | 100011111 | 1000101 | 111000 |
Color Harmonies of #B940DC
Complementary color
Monochromatic Colors of #B940DC
Black with #B940DC
Text Example
Text Example
White with #B940DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B940DC; }
p { color: rgb(185,64,220); }
H1.HeaderClassName
{
color: #B940DC;
}
.AnyTagClassName
{
color: #B940DC;
}
</style>
background-color css
<style>
a { background-color: #B940DC; }
a { background-color: rgb(185,64,220); }
div.DivClassName
{
background-color: #B940DC;
}
.BgClassName
{
background-color: #B940DC;
}
</style>
border-color css
<style>
span { border-color: #B940DC; }
span { border-color: rgb(185,64,220); }
td.TdClassName
{
border-color: #B940DC;
}
.TagClassName
{
border-color: #B940DC;
}
</style>