Shades of Medium Orchid #B155FD
Tints of Medium Orchid #B155FD
RGB
CMYK
RGB Variations
Color information
#B155FD (or 0xB155FD) is known color: Medium Orchid. HEX triplet: B1, 55 and FD. RGB value is (177,85,253). Sum of RGB (Red+Green+Blue) = 177+85+253=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #B155FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B155FD is #4EAA02. Grayscale: #838383. Windows color (decimal): -5155331 or 16602545. OLE color: 16602545.
HSL color Cylindrical-coordinate representation of color #B155FD: hue angle of 272.86º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B155FD is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 85 | 253 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.01 |
| HSL | 272.86º | 0.98% | 0.66% | - |
| HSV(B) | 272.86º | 0.66% | 0.99% | - |
| XYZ | 39.11 | 22.94 | 95.29 | - |
| YUV | 131.66 | 196.48 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 253 | 0.30 | 0.66 | 0 | 0.01 | 272.86 | 0.98 | 0.66 |
| Hex | B1 | 55 | FD | 1E | 42 | 0 | 1 | 111 | 62 | 42 |
| Octal | 261 | 125 | 375 | 36 | 102 | 0 | 1 | 421 | 142 | 102 |
| Binary | 10110001 | 1010101 | 11111101 | 11110 | 1000010 | 0 | 1 | 100010001 | 1100010 | 1000010 |
Color Harmonies of #B155FD
Complementary color
Monochromatic Colors of #B155FD
Black with #B155FD
Text Example
Text Example
White with #B155FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155FD; }
p { color: rgb(177,85,253); }
H1.HeaderClassName
{
color: #B155FD;
}
.AnyTagClassName
{
color: #B155FD;
}
</style>
background-color css
<style>
a { background-color: #B155FD; }
a { background-color: rgb(177,85,253); }
div.DivClassName
{
background-color: #B155FD;
}
.BgClassName
{
background-color: #B155FD;
}
</style>
border-color css
<style>
span { border-color: #B155FD; }
span { border-color: rgb(177,85,253); }
td.TdClassName
{
border-color: #B155FD;
}
.TagClassName
{
border-color: #B155FD;
}
</style>