Shades of Medium Purple #B263FE
Tints of Medium Purple #B263FE
RGB
CMYK
RGB Variations
Color information
#B263FE (or 0xB263FE) is known color: Medium Purple. HEX triplet: B2, 63 and FE. RGB value is (178,99,254). Sum of RGB (Red+Green+Blue) = 178+99+254=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #B263FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B263FE is #4D9C01. Grayscale: #8B8B8B. Windows color (decimal): -5086210 or 16671666. OLE color: 16671666.
HSL color Cylindrical-coordinate representation of color #B263FE: hue angle of 270.58º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B263FE is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 99 | 254 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.00 |
| HSL | 270.58º | 0.99% | 0.69% | - |
| HSV(B) | 270.58º | 0.61% | 1% | - |
| XYZ | 40.71 | 25.54 | 96.55 | - |
| YUV | 140.29 | 192.17 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 254 | 0.30 | 0.61 | 0 | 0.00 | 270.58 | 0.99 | 0.69 |
| Hex | B2 | 63 | FE | 1E | 3D | 0 | 0 | 10F | 63 | 45 |
| Octal | 262 | 143 | 376 | 36 | 75 | 0 | 0 | 417 | 143 | 105 |
| Binary | 10110010 | 1100011 | 11111110 | 11110 | 111101 | 0 | 0 | 100001111 | 1100011 | 1000101 |
Color Harmonies of #B263FE
Complementary color
Monochromatic Colors of #B263FE
Black with #B263FE
Text Example
Text Example
White with #B263FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B263FE; }
p { color: rgb(178,99,254); }
H1.HeaderClassName
{
color: #B263FE;
}
.AnyTagClassName
{
color: #B263FE;
}
</style>
background-color css
<style>
a { background-color: #B263FE; }
a { background-color: rgb(178,99,254); }
div.DivClassName
{
background-color: #B263FE;
}
.BgClassName
{
background-color: #B263FE;
}
</style>
border-color css
<style>
span { border-color: #B263FE; }
span { border-color: rgb(178,99,254); }
td.TdClassName
{
border-color: #B263FE;
}
.TagClassName
{
border-color: #B263FE;
}
</style>