Shades of Medium Purple #B263FC
Tints of Medium Purple #B263FC
RGB
CMYK
RGB Variations
Color information
#B263FC (or 0xB263FC) is known color: Medium Purple. HEX triplet: B2, 63 and FC. RGB value is (178,99,252). Sum of RGB (Red+Green+Blue) = 178+99+252=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #B263FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B263FC is #4D9C03. Grayscale: #8B8B8B. Windows color (decimal): -5086212 or 16540594. OLE color: 16540594.
HSL color Cylindrical-coordinate representation of color #B263FC: hue angle of 270.98º 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 #B263FC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 99 | 252 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.01 |
| HSL | 270.98º | 0.96% | 0.69% | - |
| HSV(B) | 270.98º | 0.61% | 0.99% | - |
| XYZ | 40.39 | 25.42 | 94.87 | - |
| YUV | 140.06 | 191.17 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 252 | 0.29 | 0.61 | 0 | 0.01 | 270.98 | 0.96 | 0.69 |
| Hex | B2 | 63 | FC | 1D | 3D | 0 | 1 | 10F | 60 | 45 |
| Octal | 262 | 143 | 374 | 35 | 75 | 0 | 1 | 417 | 140 | 105 |
| Binary | 10110010 | 1100011 | 11111100 | 11101 | 111101 | 0 | 1 | 100001111 | 1100000 | 1000101 |
Color Harmonies of #B263FC
Complementary color
Monochromatic Colors of #B263FC
Black with #B263FC
Text Example
Text Example
White with #B263FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B263FC; }
p { color: rgb(178,99,252); }
H1.HeaderClassName
{
color: #B263FC;
}
.AnyTagClassName
{
color: #B263FC;
}
</style>
background-color css
<style>
a { background-color: #B263FC; }
a { background-color: rgb(178,99,252); }
div.DivClassName
{
background-color: #B263FC;
}
.BgClassName
{
background-color: #B263FC;
}
</style>
border-color css
<style>
span { border-color: #B263FC; }
span { border-color: rgb(178,99,252); }
td.TdClassName
{
border-color: #B263FC;
}
.TagClassName
{
border-color: #B263FC;
}
</style>