Shades of Medium Orchid #B140C9
Tints of Medium Orchid #B140C9
RGB
CMYK
RGB Variations
Color information
#B140C9 (or 0xB140C9) is known color: Medium Orchid. HEX triplet: B1, 40 and C9. RGB value is (177,64,201). Sum of RGB (Red+Green+Blue) = 177+64+201=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #B140C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140C9 is #4EBF36. Grayscale: #707070. Windows color (decimal): -5160759 or 13189297. OLE color: 13189297.
HSL color Cylindrical-coordinate representation of color #B140C9: hue angle of 289.49º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B140C9 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 64 | 201 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.21 |
| HSL | 289.49º | 0.56% | 0.52% | - |
| HSV(B) | 289.49º | 0.68% | 0.79% | - |
| XYZ | 30.51 | 17.23 | 56.98 | - |
| YUV | 113.41 | 177.44 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 201 | 0.12 | 0.68 | 0 | 0.21 | 289.49 | 0.56 | 0.52 |
| Hex | B1 | 40 | C9 | C | 44 | 0 | 15 | 121 | 38 | 34 |
| Octal | 261 | 100 | 311 | 14 | 104 | 0 | 25 | 441 | 70 | 64 |
| Binary | 10110001 | 1000000 | 11001001 | 1100 | 1000100 | 0 | 10101 | 100100001 | 111000 | 110100 |
Color Harmonies of #B140C9
Complementary color
Monochromatic Colors of #B140C9
Black with #B140C9
Text Example
Text Example
White with #B140C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140C9; }
p { color: rgb(177,64,201); }
H1.HeaderClassName
{
color: #B140C9;
}
.AnyTagClassName
{
color: #B140C9;
}
</style>
background-color css
<style>
a { background-color: #B140C9; }
a { background-color: rgb(177,64,201); }
div.DivClassName
{
background-color: #B140C9;
}
.BgClassName
{
background-color: #B140C9;
}
</style>
border-color css
<style>
span { border-color: #B140C9; }
span { border-color: rgb(177,64,201); }
td.TdClassName
{
border-color: #B140C9;
}
.TagClassName
{
border-color: #B140C9;
}
</style>