Shades of Medium Purple #B263FF
Tints of Medium Purple #B263FF
RGB
CMYK
RGB Variations
Color information
#B263FF (or 0xB263FF) is known color: Medium Purple. HEX triplet: B2, 63 and FF. RGB value is (178,99,255). Sum of RGB (Red+Green+Blue) = 178+99+255=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #B263FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B263FF is #4D9C00. Grayscale: #8B8B8B. Windows color (decimal): -5086209 or 16737202. OLE color: 16737202.
HSL color Cylindrical-coordinate representation of color #B263FF: hue angle of 270.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B263FF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 99 | 255 | - |
| CMYK | 0.30 | 0.61 | 0 | 0 |
| HSL | 270.38º | 1% | 0.69% | - |
| HSV(B) | 270.38º | 0.61% | 1% | - |
| XYZ | 40.87 | 25.61 | 97.4 | - |
| YUV | 140.41 | 192.67 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 255 | 0.30 | 0.61 | 0 | 0 | 270.38 | 1 | 0.69 |
| Hex | B2 | 63 | FF | 1E | 3D | 0 | 0 | 10E | 64 | 45 |
| Octal | 262 | 143 | 377 | 36 | 75 | 0 | 0 | 416 | 144 | 105 |
| Binary | 10110010 | 1100011 | 11111111 | 11110 | 111101 | 0 | 0 | 100001110 | 1100100 | 1000101 |
Color Harmonies of #B263FF
Complementary color
Monochromatic Colors of #B263FF
Black with #B263FF
Text Example
Text Example
White with #B263FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B263FF; }
p { color: rgb(178,99,255); }
H1.HeaderClassName
{
color: #B263FF;
}
.AnyTagClassName
{
color: #B263FF;
}
</style>
background-color css
<style>
a { background-color: #B263FF; }
a { background-color: rgb(178,99,255); }
div.DivClassName
{
background-color: #B263FF;
}
.BgClassName
{
background-color: #B263FF;
}
</style>
border-color css
<style>
span { border-color: #B263FF; }
span { border-color: rgb(178,99,255); }
td.TdClassName
{
border-color: #B263FF;
}
.TagClassName
{
border-color: #B263FF;
}
</style>