Shades of Medium Purple #B063FC
Tints of Medium Purple #B063FC
RGB
CMYK
RGB Variations
Color information
#B063FC (or 0xB063FC) is known color: Medium Purple. HEX triplet: B0, 63 and FC. RGB value is (176,99,252). Sum of RGB (Red+Green+Blue) = 176+99+252=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #B063FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B063FC is #4F9C03. Grayscale: #8A8A8A. Windows color (decimal): -5217284 or 16540592. OLE color: 16540592.
HSL color Cylindrical-coordinate representation of color #B063FC: hue angle of 270.2º 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 #B063FC is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 99 | 252 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.01 |
| HSL | 270.2º | 0.96% | 0.69% | - |
| HSV(B) | 270.2º | 0.61% | 0.99% | - |
| XYZ | 39.94 | 25.18 | 94.85 | - |
| YUV | 139.47 | 191.51 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 252 | 0.30 | 0.61 | 0 | 0.01 | 270.2 | 0.96 | 0.69 |
| Hex | B0 | 63 | FC | 1E | 3D | 0 | 1 | 10E | 60 | 45 |
| Octal | 260 | 143 | 374 | 36 | 75 | 0 | 1 | 416 | 140 | 105 |
| Binary | 10110000 | 1100011 | 11111100 | 11110 | 111101 | 0 | 1 | 100001110 | 1100000 | 1000101 |
Color Harmonies of #B063FC
Complementary color
Monochromatic Colors of #B063FC
Black with #B063FC
Text Example
Text Example
White with #B063FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063FC; }
p { color: rgb(176,99,252); }
H1.HeaderClassName
{
color: #B063FC;
}
.AnyTagClassName
{
color: #B063FC;
}
</style>
background-color css
<style>
a { background-color: #B063FC; }
a { background-color: rgb(176,99,252); }
div.DivClassName
{
background-color: #B063FC;
}
.BgClassName
{
background-color: #B063FC;
}
</style>
border-color css
<style>
span { border-color: #B063FC; }
span { border-color: rgb(176,99,252); }
td.TdClassName
{
border-color: #B063FC;
}
.TagClassName
{
border-color: #B063FC;
}
</style>