Shades of Medium Orchid #B150F2
Tints of Medium Orchid #B150F2
RGB
CMYK
RGB Variations
Color information
#B150F2 (or 0xB150F2) is known color: Medium Orchid. HEX triplet: B1, 50 and F2. RGB value is (177,80,242). Sum of RGB (Red+Green+Blue) = 177+80+242=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #B150F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B150F2 is #4EAF0D. Grayscale: #7E7E7E. Windows color (decimal): -5156622 or 15880369. OLE color: 15880369.
HSL color Cylindrical-coordinate representation of color #B150F2: hue angle of 275.93º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B150F2 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 80 | 242 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.05 |
| HSL | 275.93º | 0.86% | 0.63% | - |
| HSV(B) | 275.93º | 0.67% | 0.95% | - |
| XYZ | 37.03 | 21.5 | 86.2 | - |
| YUV | 127.47 | 192.64 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 242 | 0.27 | 0.67 | 0 | 0.05 | 275.93 | 0.86 | 0.63 |
| Hex | B1 | 50 | F2 | 1B | 43 | 0 | 5 | 114 | 56 | 3F |
| Octal | 261 | 120 | 362 | 33 | 103 | 0 | 5 | 424 | 126 | 77 |
| Binary | 10110001 | 1010000 | 11110010 | 11011 | 1000011 | 0 | 101 | 100010100 | 1010110 | 111111 |
Color Harmonies of #B150F2
Complementary color
Monochromatic Colors of #B150F2
Black with #B150F2
Text Example
Text Example
White with #B150F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B150F2; }
p { color: rgb(177,80,242); }
H1.HeaderClassName
{
color: #B150F2;
}
.AnyTagClassName
{
color: #B150F2;
}
</style>
background-color css
<style>
a { background-color: #B150F2; }
a { background-color: rgb(177,80,242); }
div.DivClassName
{
background-color: #B150F2;
}
.BgClassName
{
background-color: #B150F2;
}
</style>
border-color css
<style>
span { border-color: #B150F2; }
span { border-color: rgb(177,80,242); }
td.TdClassName
{
border-color: #B150F2;
}
.TagClassName
{
border-color: #B150F2;
}
</style>