Shades of Medium Orchid #B141DC
Tints of Medium Orchid #B141DC
RGB
CMYK
RGB Variations
Color information
#B141DC (or 0xB141DC) is known color: Medium Orchid. HEX triplet: B1, 41 and DC. RGB value is (177,65,220). Sum of RGB (Red+Green+Blue) = 177+65+220=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #B141DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141DC is #4EBE23. Grayscale: #737373. Windows color (decimal): -5160484 or 14434737. OLE color: 14434737.
HSL color Cylindrical-coordinate representation of color #B141DC: hue angle of 283.35º degrees, saturation: 0.69, 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 #B141DC is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 65 | 220 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.14 |
| HSL | 283.35º | 0.69% | 0.56% | - |
| HSV(B) | 283.35º | 0.7% | 0.86% | - |
| XYZ | 32.94 | 18.3 | 69.51 | - |
| YUV | 116.16 | 186.61 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 220 | 0.20 | 0.70 | 0 | 0.14 | 283.35 | 0.69 | 0.56 |
| Hex | B1 | 41 | DC | 14 | 46 | 0 | E | 11B | 45 | 38 |
| Octal | 261 | 101 | 334 | 24 | 106 | 0 | 16 | 433 | 105 | 70 |
| Binary | 10110001 | 1000001 | 11011100 | 10100 | 1000110 | 0 | 1110 | 100011011 | 1000101 | 111000 |
Color Harmonies of #B141DC
Complementary color
Monochromatic Colors of #B141DC
Black with #B141DC
Text Example
Text Example
White with #B141DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141DC; }
p { color: rgb(177,65,220); }
H1.HeaderClassName
{
color: #B141DC;
}
.AnyTagClassName
{
color: #B141DC;
}
</style>
background-color css
<style>
a { background-color: #B141DC; }
a { background-color: rgb(177,65,220); }
div.DivClassName
{
background-color: #B141DC;
}
.BgClassName
{
background-color: #B141DC;
}
</style>
border-color css
<style>
span { border-color: #B141DC; }
span { border-color: rgb(177,65,220); }
td.TdClassName
{
border-color: #B141DC;
}
.TagClassName
{
border-color: #B141DC;
}
</style>