Shades of Medium Orchid #B154F7
Tints of Medium Orchid #B154F7
RGB
CMYK
RGB Variations
Color information
#B154F7 (or 0xB154F7) is known color: Medium Orchid. HEX triplet: B1, 54 and F7. RGB value is (177,84,247). Sum of RGB (Red+Green+Blue) = 177+84+247=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #B154F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B154F7 is #4EAB08. Grayscale: #818181. Windows color (decimal): -5155593 or 16209073. OLE color: 16209073.
HSL color Cylindrical-coordinate representation of color #B154F7: hue angle of 274.23º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B154F7 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 84 | 247 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.03 |
| HSL | 274.23º | 0.91% | 0.65% | - |
| HSV(B) | 274.23º | 0.66% | 0.97% | - |
| XYZ | 38.09 | 22.4 | 90.31 | - |
| YUV | 130.39 | 193.81 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 247 | 0.28 | 0.66 | 0 | 0.03 | 274.23 | 0.91 | 0.65 |
| Hex | B1 | 54 | F7 | 1C | 42 | 0 | 3 | 112 | 5B | 41 |
| Octal | 261 | 124 | 367 | 34 | 102 | 0 | 3 | 422 | 133 | 101 |
| Binary | 10110001 | 1010100 | 11110111 | 11100 | 1000010 | 0 | 11 | 100010010 | 1011011 | 1000001 |
Color Harmonies of #B154F7
Complementary color
Monochromatic Colors of #B154F7
Black with #B154F7
Text Example
Text Example
White with #B154F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B154F7; }
p { color: rgb(177,84,247); }
H1.HeaderClassName
{
color: #B154F7;
}
.AnyTagClassName
{
color: #B154F7;
}
</style>
background-color css
<style>
a { background-color: #B154F7; }
a { background-color: rgb(177,84,247); }
div.DivClassName
{
background-color: #B154F7;
}
.BgClassName
{
background-color: #B154F7;
}
</style>
border-color css
<style>
span { border-color: #B154F7; }
span { border-color: rgb(177,84,247); }
td.TdClassName
{
border-color: #B154F7;
}
.TagClassName
{
border-color: #B154F7;
}
</style>