Shades of Medium Purple #B27AFB
Tints of Medium Purple #B27AFB
RGB
CMYK
RGB Variations
Color information
#B27AFB (or 0xB27AFB) is known color: Medium Purple. HEX triplet: B2, 7A and FB. RGB value is (178,122,251). Sum of RGB (Red+Green+Blue) = 178+122+251=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #B27AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27AFB is #4D8504. Grayscale: #989898. Windows color (decimal): -5080325 or 16480946. OLE color: 16480946.
HSL color Cylindrical-coordinate representation of color #B27AFB: hue angle of 266.05º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B27AFB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 122 | 251 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.02 |
| HSL | 266.05º | 0.94% | 0.73% | - |
| HSV(B) | 266.05º | 0.51% | 0.98% | - |
| XYZ | 42.73 | 30.35 | 94.87 | - |
| YUV | 153.45 | 183.05 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 251 | 0.29 | 0.51 | 0 | 0.02 | 266.05 | 0.94 | 0.73 |
| Hex | B2 | 7A | FB | 1D | 33 | 0 | 2 | 10A | 5E | 49 |
| Octal | 262 | 172 | 373 | 35 | 63 | 0 | 2 | 412 | 136 | 111 |
| Binary | 10110010 | 1111010 | 11111011 | 11101 | 110011 | 0 | 10 | 100001010 | 1011110 | 1001001 |
Color Harmonies of #B27AFB
Complementary color
Monochromatic Colors of #B27AFB
Black with #B27AFB
Text Example
Text Example
White with #B27AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27AFB; }
p { color: rgb(178,122,251); }
H1.HeaderClassName
{
color: #B27AFB;
}
.AnyTagClassName
{
color: #B27AFB;
}
</style>
background-color css
<style>
a { background-color: #B27AFB; }
a { background-color: rgb(178,122,251); }
div.DivClassName
{
background-color: #B27AFB;
}
.BgClassName
{
background-color: #B27AFB;
}
</style>
border-color css
<style>
span { border-color: #B27AFB; }
span { border-color: rgb(178,122,251); }
td.TdClassName
{
border-color: #B27AFB;
}
.TagClassName
{
border-color: #B27AFB;
}
</style>