Shades of Medium Orchid #B140C8
Tints of Medium Orchid #B140C8
RGB
CMYK
RGB Variations
Color information
#B140C8 (or 0xB140C8) is known color: Medium Orchid. HEX triplet: B1, 40 and C8. RGB value is (177,64,200). Sum of RGB (Red+Green+Blue) = 177+64+200=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #B140C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140C8 is #4EBF37. Grayscale: #707070. Windows color (decimal): -5160760 or 13123761. OLE color: 13123761.
HSL color Cylindrical-coordinate representation of color #B140C8: hue angle of 289.85º 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 #B140C8 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 64 | 200 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.22 |
| HSL | 289.85º | 0.55% | 0.52% | - |
| HSV(B) | 289.85º | 0.68% | 0.78% | - |
| XYZ | 30.39 | 17.18 | 56.36 | - |
| YUV | 113.29 | 176.94 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 200 | 0.12 | 0.68 | 0 | 0.22 | 289.85 | 0.55 | 0.52 |
| Hex | B1 | 40 | C8 | C | 44 | 0 | 16 | 122 | 37 | 34 |
| Octal | 261 | 100 | 310 | 14 | 104 | 0 | 26 | 442 | 67 | 64 |
| Binary | 10110001 | 1000000 | 11001000 | 1100 | 1000100 | 0 | 10110 | 100100010 | 110111 | 110100 |
Color Harmonies of #B140C8
Complementary color
Monochromatic Colors of #B140C8
Black with #B140C8
Text Example
Text Example
White with #B140C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140C8; }
p { color: rgb(177,64,200); }
H1.HeaderClassName
{
color: #B140C8;
}
.AnyTagClassName
{
color: #B140C8;
}
</style>
background-color css
<style>
a { background-color: #B140C8; }
a { background-color: rgb(177,64,200); }
div.DivClassName
{
background-color: #B140C8;
}
.BgClassName
{
background-color: #B140C8;
}
</style>
border-color css
<style>
span { border-color: #B140C8; }
span { border-color: rgb(177,64,200); }
td.TdClassName
{
border-color: #B140C8;
}
.TagClassName
{
border-color: #B140C8;
}
</style>