Shades of Medium Orchid #B140CB
Tints of Medium Orchid #B140CB
RGB
CMYK
RGB Variations
Color information
#B140CB (or 0xB140CB) is known color: Medium Orchid. HEX triplet: B1, 40 and CB. RGB value is (177,64,203). Sum of RGB (Red+Green+Blue) = 177+64+203=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #B140CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140CB is #4EBF34. Grayscale: #717171. Windows color (decimal): -5160757 or 13320369. OLE color: 13320369.
HSL color Cylindrical-coordinate representation of color #B140CB: hue angle of 288.78º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B140CB is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 64 | 203 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.20 |
| HSL | 288.78º | 0.57% | 0.52% | - |
| HSV(B) | 288.78º | 0.68% | 0.8% | - |
| XYZ | 30.74 | 17.33 | 58.22 | - |
| YUV | 113.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 203 | 0.13 | 0.68 | 0 | 0.20 | 288.78 | 0.57 | 0.52 |
| Hex | B1 | 40 | CB | D | 44 | 0 | 14 | 121 | 39 | 34 |
| Octal | 261 | 100 | 313 | 15 | 104 | 0 | 24 | 441 | 71 | 64 |
| Binary | 10110001 | 1000000 | 11001011 | 1101 | 1000100 | 0 | 10100 | 100100001 | 111001 | 110100 |
Color Harmonies of #B140CB
Complementary color
Monochromatic Colors of #B140CB
Black with #B140CB
Text Example
Text Example
White with #B140CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140CB; }
p { color: rgb(177,64,203); }
H1.HeaderClassName
{
color: #B140CB;
}
.AnyTagClassName
{
color: #B140CB;
}
</style>
background-color css
<style>
a { background-color: #B140CB; }
a { background-color: rgb(177,64,203); }
div.DivClassName
{
background-color: #B140CB;
}
.BgClassName
{
background-color: #B140CB;
}
</style>
border-color css
<style>
span { border-color: #B140CB; }
span { border-color: rgb(177,64,203); }
td.TdClassName
{
border-color: #B140CB;
}
.TagClassName
{
border-color: #B140CB;
}
</style>