Shades of Medium Orchid #B140DB
Tints of Medium Orchid #B140DB
RGB
CMYK
RGB Variations
Color information
#B140DB (or 0xB140DB) is known color: Medium Orchid. HEX triplet: B1, 40 and DB. RGB value is (177,64,219). Sum of RGB (Red+Green+Blue) = 177+64+219=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #B140DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140DB is #4EBF24. Grayscale: #727272. Windows color (decimal): -5160741 or 14368945. OLE color: 14368945.
HSL color Cylindrical-coordinate representation of color #B140DB: hue angle of 283.74º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B140DB is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 64 | 219 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.14 |
| HSL | 283.74º | 0.68% | 0.55% | - |
| HSV(B) | 283.74º | 0.71% | 0.86% | - |
| XYZ | 32.75 | 18.13 | 68.79 | - |
| YUV | 115.46 | 186.44 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 219 | 0.19 | 0.71 | 0 | 0.14 | 283.74 | 0.68 | 0.55 |
| Hex | B1 | 40 | DB | 13 | 47 | 0 | E | 11C | 44 | 37 |
| Octal | 261 | 100 | 333 | 23 | 107 | 0 | 16 | 434 | 104 | 67 |
| Binary | 10110001 | 1000000 | 11011011 | 10011 | 1000111 | 0 | 1110 | 100011100 | 1000100 | 110111 |
Color Harmonies of #B140DB
Complementary color
Monochromatic Colors of #B140DB
Black with #B140DB
Text Example
Text Example
White with #B140DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140DB; }
p { color: rgb(177,64,219); }
H1.HeaderClassName
{
color: #B140DB;
}
.AnyTagClassName
{
color: #B140DB;
}
</style>
background-color css
<style>
a { background-color: #B140DB; }
a { background-color: rgb(177,64,219); }
div.DivClassName
{
background-color: #B140DB;
}
.BgClassName
{
background-color: #B140DB;
}
</style>
border-color css
<style>
span { border-color: #B140DB; }
span { border-color: rgb(177,64,219); }
td.TdClassName
{
border-color: #B140DB;
}
.TagClassName
{
border-color: #B140DB;
}
</style>