Shades of Medium Purple #B268FA
Tints of Medium Purple #B268FA
RGB
CMYK
RGB Variations
Color information
#B268FA (or 0xB268FA) is known color: Medium Purple. HEX triplet: B2, 68 and FA. RGB value is (178,104,250). Sum of RGB (Red+Green+Blue) = 178+104+250=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #B268FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B268FA is #4D9705. Grayscale: #8E8E8E. Windows color (decimal): -5084934 or 16410802. OLE color: 16410802.
HSL color Cylindrical-coordinate representation of color #B268FA: hue angle of 270.41º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B268FA is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 104 | 250 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.02 |
| HSL | 270.41º | 0.94% | 0.69% | - |
| HSV(B) | 270.41º | 0.58% | 0.98% | - |
| XYZ | 40.57 | 26.27 | 93.37 | - |
| YUV | 142.77 | 188.52 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 250 | 0.29 | 0.58 | 0 | 0.02 | 270.41 | 0.94 | 0.69 |
| Hex | B2 | 68 | FA | 1D | 3A | 0 | 2 | 10E | 5E | 45 |
| Octal | 262 | 150 | 372 | 35 | 72 | 0 | 2 | 416 | 136 | 105 |
| Binary | 10110010 | 1101000 | 11111010 | 11101 | 111010 | 0 | 10 | 100001110 | 1011110 | 1000101 |
Color Harmonies of #B268FA
Complementary color
Monochromatic Colors of #B268FA
Black with #B268FA
Text Example
Text Example
White with #B268FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268FA; }
p { color: rgb(178,104,250); }
H1.HeaderClassName
{
color: #B268FA;
}
.AnyTagClassName
{
color: #B268FA;
}
</style>
background-color css
<style>
a { background-color: #B268FA; }
a { background-color: rgb(178,104,250); }
div.DivClassName
{
background-color: #B268FA;
}
.BgClassName
{
background-color: #B268FA;
}
</style>
border-color css
<style>
span { border-color: #B268FA; }
span { border-color: rgb(178,104,250); }
td.TdClassName
{
border-color: #B268FA;
}
.TagClassName
{
border-color: #B268FA;
}
</style>