Shades of Medium Orchid #B150F4
Tints of Medium Orchid #B150F4
RGB
CMYK
RGB Variations
Color information
#B150F4 (or 0xB150F4) is known color: Medium Orchid. HEX triplet: B1, 50 and F4. RGB value is (177,80,244). Sum of RGB (Red+Green+Blue) = 177+80+244=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 244 (95.70% from 255 or 48.70% from 501); Max value from RGB is 244 - color contains mainly: blue. Hex color #B150F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B150F4 is #4EAF0B. Grayscale: #7F7F7F. Windows color (decimal): -5156620 or 16011441. OLE color: 16011441.
HSL color Cylindrical-coordinate representation of color #B150F4: hue angle of 275.49º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B150F4 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 80 | 244 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.04 |
| HSL | 275.49º | 0.88% | 0.64% | - |
| HSV(B) | 275.49º | 0.67% | 0.96% | - |
| XYZ | 37.33 | 21.62 | 87.79 | - |
| YUV | 127.7 | 193.64 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 244 | 0.27 | 0.67 | 0 | 0.04 | 275.49 | 0.88 | 0.64 |
| Hex | B1 | 50 | F4 | 1B | 43 | 0 | 4 | 113 | 58 | 40 |
| Octal | 261 | 120 | 364 | 33 | 103 | 0 | 4 | 423 | 130 | 100 |
| Binary | 10110001 | 1010000 | 11110100 | 11011 | 1000011 | 0 | 100 | 100010011 | 1011000 | 1000000 |
Color Harmonies of #B150F4
Complementary color
Monochromatic Colors of #B150F4
Black with #B150F4
Text Example
Text Example
White with #B150F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B150F4; }
p { color: rgb(177,80,244); }
H1.HeaderClassName
{
color: #B150F4;
}
.AnyTagClassName
{
color: #B150F4;
}
</style>
background-color css
<style>
a { background-color: #B150F4; }
a { background-color: rgb(177,80,244); }
div.DivClassName
{
background-color: #B150F4;
}
.BgClassName
{
background-color: #B150F4;
}
</style>
border-color css
<style>
span { border-color: #B150F4; }
span { border-color: rgb(177,80,244); }
td.TdClassName
{
border-color: #B150F4;
}
.TagClassName
{
border-color: #B150F4;
}
</style>