Shades of Medium Orchid #B155F3
Tints of Medium Orchid #B155F3
RGB
CMYK
RGB Variations
Color information
#B155F3 (or 0xB155F3) is known color: Medium Orchid. HEX triplet: B1, 55 and F3. RGB value is (177,85,243). Sum of RGB (Red+Green+Blue) = 177+85+243=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #B155F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B155F3 is #4EAA0C. Grayscale: #818181. Windows color (decimal): -5155341 or 15947185. OLE color: 15947185.
HSL color Cylindrical-coordinate representation of color #B155F3: hue angle of 274.94º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B155F3 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 85 | 243 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.05 |
| HSL | 274.94º | 0.87% | 0.64% | - |
| HSV(B) | 274.94º | 0.65% | 0.95% | - |
| XYZ | 37.56 | 22.32 | 87.12 | - |
| YUV | 130.52 | 191.48 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 243 | 0.27 | 0.65 | 0 | 0.05 | 274.94 | 0.87 | 0.64 |
| Hex | B1 | 55 | F3 | 1B | 41 | 0 | 5 | 113 | 57 | 40 |
| Octal | 261 | 125 | 363 | 33 | 101 | 0 | 5 | 423 | 127 | 100 |
| Binary | 10110001 | 1010101 | 11110011 | 11011 | 1000001 | 0 | 101 | 100010011 | 1010111 | 1000000 |
Color Harmonies of #B155F3
Complementary color
Monochromatic Colors of #B155F3
Black with #B155F3
Text Example
Text Example
White with #B155F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155F3; }
p { color: rgb(177,85,243); }
H1.HeaderClassName
{
color: #B155F3;
}
.AnyTagClassName
{
color: #B155F3;
}
</style>
background-color css
<style>
a { background-color: #B155F3; }
a { background-color: rgb(177,85,243); }
div.DivClassName
{
background-color: #B155F3;
}
.BgClassName
{
background-color: #B155F3;
}
</style>
border-color css
<style>
span { border-color: #B155F3; }
span { border-color: rgb(177,85,243); }
td.TdClassName
{
border-color: #B155F3;
}
.TagClassName
{
border-color: #B155F3;
}
</style>