Shades of Medium Orchid #B140DC
Tints of Medium Orchid #B140DC
RGB
CMYK
RGB Variations
Color information
#B140DC (or 0xB140DC) is known color: Medium Orchid. HEX triplet: B1, 40 and DC. RGB value is (177,64,220). Sum of RGB (Red+Green+Blue) = 177+64+220=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #B140DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140DC is #4EBF23. Grayscale: #737373. Windows color (decimal): -5160740 or 14434481. OLE color: 14434481.
HSL color Cylindrical-coordinate representation of color #B140DC: hue angle of 283.46º 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 #B140DC is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 64 | 220 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.14 |
| HSL | 283.46º | 0.69% | 0.56% | - |
| HSV(B) | 283.46º | 0.71% | 0.86% | - |
| XYZ | 32.88 | 18.18 | 69.49 | - |
| YUV | 115.57 | 186.94 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 220 | 0.20 | 0.71 | 0 | 0.14 | 283.46 | 0.69 | 0.56 |
| Hex | B1 | 40 | DC | 14 | 47 | 0 | E | 11B | 45 | 38 |
| Octal | 261 | 100 | 334 | 24 | 107 | 0 | 16 | 433 | 105 | 70 |
| Binary | 10110001 | 1000000 | 11011100 | 10100 | 1000111 | 0 | 1110 | 100011011 | 1000101 | 111000 |
Color Harmonies of #B140DC
Complementary color
Monochromatic Colors of #B140DC
Black with #B140DC
Text Example
Text Example
White with #B140DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140DC; }
p { color: rgb(177,64,220); }
H1.HeaderClassName
{
color: #B140DC;
}
.AnyTagClassName
{
color: #B140DC;
}
</style>
background-color css
<style>
a { background-color: #B140DC; }
a { background-color: rgb(177,64,220); }
div.DivClassName
{
background-color: #B140DC;
}
.BgClassName
{
background-color: #B140DC;
}
</style>
border-color css
<style>
span { border-color: #B140DC; }
span { border-color: rgb(177,64,220); }
td.TdClassName
{
border-color: #B140DC;
}
.TagClassName
{
border-color: #B140DC;
}
</style>