Shades of Medium Orchid #B141CB
Tints of Medium Orchid #B141CB
RGB
CMYK
RGB Variations
Color information
#B141CB (or 0xB141CB) is known color: Medium Orchid. HEX triplet: B1, 41 and CB. RGB value is (177,65,203). Sum of RGB (Red+Green+Blue) = 177+65+203=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #B141CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141CB is #4EBE34. Grayscale: #717171. Windows color (decimal): -5160501 or 13320625. OLE color: 13320625.
HSL color Cylindrical-coordinate representation of color #B141CB: hue angle of 288.7º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B141CB is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 65 | 203 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.20 |
| HSL | 288.7º | 0.57% | 0.53% | - |
| HSV(B) | 288.7º | 0.68% | 0.8% | - |
| XYZ | 30.8 | 17.44 | 58.24 | - |
| YUV | 114.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 203 | 0.13 | 0.68 | 0 | 0.20 | 288.7 | 0.57 | 0.53 |
| Hex | B1 | 41 | CB | D | 44 | 0 | 14 | 121 | 39 | 35 |
| Octal | 261 | 101 | 313 | 15 | 104 | 0 | 24 | 441 | 71 | 65 |
| Binary | 10110001 | 1000001 | 11001011 | 1101 | 1000100 | 0 | 10100 | 100100001 | 111001 | 110101 |
Color Harmonies of #B141CB
Complementary color
Monochromatic Colors of #B141CB
Black with #B141CB
Text Example
Text Example
White with #B141CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141CB; }
p { color: rgb(177,65,203); }
H1.HeaderClassName
{
color: #B141CB;
}
.AnyTagClassName
{
color: #B141CB;
}
</style>
background-color css
<style>
a { background-color: #B141CB; }
a { background-color: rgb(177,65,203); }
div.DivClassName
{
background-color: #B141CB;
}
.BgClassName
{
background-color: #B141CB;
}
</style>
border-color css
<style>
span { border-color: #B141CB; }
span { border-color: rgb(177,65,203); }
td.TdClassName
{
border-color: #B141CB;
}
.TagClassName
{
border-color: #B141CB;
}
</style>