Shades of Medium Orchid #B140CF
Tints of Medium Orchid #B140CF
RGB
CMYK
RGB Variations
Color information
#B140CF (or 0xB140CF) is known color: Medium Orchid. HEX triplet: B1, 40 and CF. RGB value is (177,64,207). Sum of RGB (Red+Green+Blue) = 177+64+207=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #B140CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140CF is #4EBF30. Grayscale: #717171. Windows color (decimal): -5160753 or 13582513. OLE color: 13582513.
HSL color Cylindrical-coordinate representation of color #B140CF: hue angle of 287.41º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B140CF is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 64 | 207 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.19 |
| HSL | 287.41º | 0.6% | 0.53% | - |
| HSV(B) | 287.41º | 0.69% | 0.81% | - |
| XYZ | 31.23 | 17.52 | 60.77 | - |
| YUV | 114.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 207 | 0.14 | 0.69 | 0 | 0.19 | 287.41 | 0.6 | 0.53 |
| Hex | B1 | 40 | CF | E | 45 | 0 | 13 | 11F | 3C | 35 |
| Octal | 261 | 100 | 317 | 16 | 105 | 0 | 23 | 437 | 74 | 65 |
| Binary | 10110001 | 1000000 | 11001111 | 1110 | 1000101 | 0 | 10011 | 100011111 | 111100 | 110101 |
Color Harmonies of #B140CF
Complementary color
Monochromatic Colors of #B140CF
Black with #B140CF
Text Example
Text Example
White with #B140CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140CF; }
p { color: rgb(177,64,207); }
H1.HeaderClassName
{
color: #B140CF;
}
.AnyTagClassName
{
color: #B140CF;
}
</style>
background-color css
<style>
a { background-color: #B140CF; }
a { background-color: rgb(177,64,207); }
div.DivClassName
{
background-color: #B140CF;
}
.BgClassName
{
background-color: #B140CF;
}
</style>
border-color css
<style>
span { border-color: #B140CF; }
span { border-color: rgb(177,64,207); }
td.TdClassName
{
border-color: #B140CF;
}
.TagClassName
{
border-color: #B140CF;
}
</style>