Shades of Medium Purple #B163FC
Tints of Medium Purple #B163FC
RGB
CMYK
RGB Variations
Color information
#B163FC (or 0xB163FC) is known color: Medium Purple. HEX triplet: B1, 63 and FC. RGB value is (177,99,252). Sum of RGB (Red+Green+Blue) = 177+99+252=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #B163FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B163FC is #4E9C03. Grayscale: #8B8B8B. Windows color (decimal): -5151748 or 16540593. OLE color: 16540593.
HSL color Cylindrical-coordinate representation of color #B163FC: hue angle of 270.59º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B163FC is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 99 | 252 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.01 |
| HSL | 270.59º | 0.96% | 0.69% | - |
| HSV(B) | 270.59º | 0.61% | 0.99% | - |
| XYZ | 40.16 | 25.3 | 94.86 | - |
| YUV | 139.76 | 191.34 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 252 | 0.30 | 0.61 | 0 | 0.01 | 270.59 | 0.96 | 0.69 |
| Hex | B1 | 63 | FC | 1E | 3D | 0 | 1 | 10F | 60 | 45 |
| Octal | 261 | 143 | 374 | 36 | 75 | 0 | 1 | 417 | 140 | 105 |
| Binary | 10110001 | 1100011 | 11111100 | 11110 | 111101 | 0 | 1 | 100001111 | 1100000 | 1000101 |
Color Harmonies of #B163FC
Complementary color
Monochromatic Colors of #B163FC
Black with #B163FC
Text Example
Text Example
White with #B163FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B163FC; }
p { color: rgb(177,99,252); }
H1.HeaderClassName
{
color: #B163FC;
}
.AnyTagClassName
{
color: #B163FC;
}
</style>
background-color css
<style>
a { background-color: #B163FC; }
a { background-color: rgb(177,99,252); }
div.DivClassName
{
background-color: #B163FC;
}
.BgClassName
{
background-color: #B163FC;
}
</style>
border-color css
<style>
span { border-color: #B163FC; }
span { border-color: rgb(177,99,252); }
td.TdClassName
{
border-color: #B163FC;
}
.TagClassName
{
border-color: #B163FC;
}
</style>