Shades of Medium Orchid #B141DB
Tints of Medium Orchid #B141DB
RGB
CMYK
RGB Variations
Color information
#B141DB (or 0xB141DB) is known color: Medium Orchid. HEX triplet: B1, 41 and DB. RGB value is (177,65,219). Sum of RGB (Red+Green+Blue) = 177+65+219=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #B141DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141DB is #4EBE24. Grayscale: #737373. Windows color (decimal): -5160485 or 14369201. OLE color: 14369201.
HSL color Cylindrical-coordinate representation of color #B141DB: hue angle of 283.64º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B141DB is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 65 | 219 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.14 |
| HSL | 283.64º | 0.68% | 0.56% | - |
| HSV(B) | 283.64º | 0.7% | 0.86% | - |
| XYZ | 32.81 | 18.24 | 68.81 | - |
| YUV | 116.04 | 186.11 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 219 | 0.19 | 0.70 | 0 | 0.14 | 283.64 | 0.68 | 0.56 |
| Hex | B1 | 41 | DB | 13 | 46 | 0 | E | 11C | 44 | 38 |
| Octal | 261 | 101 | 333 | 23 | 106 | 0 | 16 | 434 | 104 | 70 |
| Binary | 10110001 | 1000001 | 11011011 | 10011 | 1000110 | 0 | 1110 | 100011100 | 1000100 | 111000 |
Color Harmonies of #B141DB
Complementary color
Monochromatic Colors of #B141DB
Black with #B141DB
Text Example
Text Example
White with #B141DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141DB; }
p { color: rgb(177,65,219); }
H1.HeaderClassName
{
color: #B141DB;
}
.AnyTagClassName
{
color: #B141DB;
}
</style>
background-color css
<style>
a { background-color: #B141DB; }
a { background-color: rgb(177,65,219); }
div.DivClassName
{
background-color: #B141DB;
}
.BgClassName
{
background-color: #B141DB;
}
</style>
border-color css
<style>
span { border-color: #B141DB; }
span { border-color: rgb(177,65,219); }
td.TdClassName
{
border-color: #B141DB;
}
.TagClassName
{
border-color: #B141DB;
}
</style>