Shades of Medium Orchid #B151CF
Tints of Medium Orchid #B151CF
RGB
CMYK
RGB Variations
Color information
#B151CF (or 0xB151CF) is known color: Medium Orchid. HEX triplet: B1, 51 and CF. RGB value is (177,81,207). Sum of RGB (Red+Green+Blue) = 177+81+207=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #B151CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151CF is #4EAE30. Grayscale: #7B7B7B. Windows color (decimal): -5156401 or 13586865. OLE color: 13586865.
HSL color Cylindrical-coordinate representation of color #B151CF: hue angle of 285.71º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B151CF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 81 | 207 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.19 |
| HSL | 285.71º | 0.57% | 0.56% | - |
| HSV(B) | 285.71º | 0.61% | 0.81% | - |
| XYZ | 32.34 | 19.74 | 61.14 | - |
| YUV | 124.07 | 174.8 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 207 | 0.14 | 0.61 | 0 | 0.19 | 285.71 | 0.57 | 0.56 |
| Hex | B1 | 51 | CF | E | 3D | 0 | 13 | 11E | 39 | 38 |
| Octal | 261 | 121 | 317 | 16 | 75 | 0 | 23 | 436 | 71 | 70 |
| Binary | 10110001 | 1010001 | 11001111 | 1110 | 111101 | 0 | 10011 | 100011110 | 111001 | 111000 |
Color Harmonies of #B151CF
Complementary color
Monochromatic Colors of #B151CF
Black with #B151CF
Text Example
Text Example
White with #B151CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151CF; }
p { color: rgb(177,81,207); }
H1.HeaderClassName
{
color: #B151CF;
}
.AnyTagClassName
{
color: #B151CF;
}
</style>
background-color css
<style>
a { background-color: #B151CF; }
a { background-color: rgb(177,81,207); }
div.DivClassName
{
background-color: #B151CF;
}
.BgClassName
{
background-color: #B151CF;
}
</style>
border-color css
<style>
span { border-color: #B151CF; }
span { border-color: rgb(177,81,207); }
td.TdClassName
{
border-color: #B151CF;
}
.TagClassName
{
border-color: #B151CF;
}
</style>