Shades of Medium Orchid #B140C7
Tints of Medium Orchid #B140C7
RGB
CMYK
RGB Variations
Color information
#B140C7 (or 0xB140C7) is known color: Medium Orchid. HEX triplet: B1, 40 and C7. RGB value is (177,64,199). Sum of RGB (Red+Green+Blue) = 177+64+199=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 199 - color contains mainly: blue. Hex color #B140C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140C7 is #4EBF38. Grayscale: #707070. Windows color (decimal): -5160761 or 13058225. OLE color: 13058225.
HSL color Cylindrical-coordinate representation of color #B140C7: hue angle of 290.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B140C7 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 64 | 199 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.22 |
| HSL | 290.22º | 0.55% | 0.52% | - |
| HSV(B) | 290.22º | 0.68% | 0.78% | - |
| XYZ | 30.27 | 17.14 | 55.75 | - |
| YUV | 113.18 | 176.44 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 199 | 0.11 | 0.68 | 0 | 0.22 | 290.22 | 0.55 | 0.52 |
| Hex | B1 | 40 | C7 | B | 44 | 0 | 16 | 122 | 37 | 34 |
| Octal | 261 | 100 | 307 | 13 | 104 | 0 | 26 | 442 | 67 | 64 |
| Binary | 10110001 | 1000000 | 11000111 | 1011 | 1000100 | 0 | 10110 | 100100010 | 110111 | 110100 |
Color Harmonies of #B140C7
Complementary color
Monochromatic Colors of #B140C7
Black with #B140C7
Text Example
Text Example
White with #B140C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140C7; }
p { color: rgb(177,64,199); }
H1.HeaderClassName
{
color: #B140C7;
}
.AnyTagClassName
{
color: #B140C7;
}
</style>
background-color css
<style>
a { background-color: #B140C7; }
a { background-color: rgb(177,64,199); }
div.DivClassName
{
background-color: #B140C7;
}
.BgClassName
{
background-color: #B140C7;
}
</style>
border-color css
<style>
span { border-color: #B140C7; }
span { border-color: rgb(177,64,199); }
td.TdClassName
{
border-color: #B140C7;
}
.TagClassName
{
border-color: #B140C7;
}
</style>