Shades of Medium Orchid #B151FC
Tints of Medium Orchid #B151FC
RGB
CMYK
RGB Variations
Color information
#B151FC (or 0xB151FC) is known color: Medium Orchid. HEX triplet: B1, 51 and FC. RGB value is (177,81,252). Sum of RGB (Red+Green+Blue) = 177+81+252=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #B151FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B151FC is #4EAE03. Grayscale: #808080. Windows color (decimal): -5156356 or 16535985. OLE color: 16535985.
HSL color Cylindrical-coordinate representation of color #B151FC: hue angle of 273.68º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B151FC is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 81 | 252 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.01 |
| HSL | 273.68º | 0.97% | 0.65% | - |
| HSV(B) | 273.68º | 0.68% | 0.99% | - |
| XYZ | 38.64 | 22.26 | 94.36 | - |
| YUV | 129.2 | 197.3 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 252 | 0.30 | 0.68 | 0 | 0.01 | 273.68 | 0.97 | 0.65 |
| Hex | B1 | 51 | FC | 1E | 44 | 0 | 1 | 112 | 61 | 41 |
| Octal | 261 | 121 | 374 | 36 | 104 | 0 | 1 | 422 | 141 | 101 |
| Binary | 10110001 | 1010001 | 11111100 | 11110 | 1000100 | 0 | 1 | 100010010 | 1100001 | 1000001 |
Color Harmonies of #B151FC
Complementary color
Monochromatic Colors of #B151FC
Black with #B151FC
Text Example
Text Example
White with #B151FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151FC; }
p { color: rgb(177,81,252); }
H1.HeaderClassName
{
color: #B151FC;
}
.AnyTagClassName
{
color: #B151FC;
}
</style>
background-color css
<style>
a { background-color: #B151FC; }
a { background-color: rgb(177,81,252); }
div.DivClassName
{
background-color: #B151FC;
}
.BgClassName
{
background-color: #B151FC;
}
</style>
border-color css
<style>
span { border-color: #B151FC; }
span { border-color: rgb(177,81,252); }
td.TdClassName
{
border-color: #B151FC;
}
.TagClassName
{
border-color: #B151FC;
}
</style>