Shades of Medium Purple #B27AFE
Tints of Medium Purple #B27AFE
RGB
CMYK
RGB Variations
Color information
#B27AFE (or 0xB27AFE) is known color: Medium Purple. HEX triplet: B2, 7A and FE. RGB value is (178,122,254). Sum of RGB (Red+Green+Blue) = 178+122+254=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #B27AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27AFE is #4D8501. Grayscale: #999999. Windows color (decimal): -5080322 or 16677554. OLE color: 16677554.
HSL color Cylindrical-coordinate representation of color #B27AFE: hue angle of 265.45º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B27AFE is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 122 | 254 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.00 |
| HSL | 265.45º | 0.99% | 0.74% | - |
| HSV(B) | 265.45º | 0.52% | 1% | - |
| XYZ | 43.21 | 30.54 | 97.38 | - |
| YUV | 153.79 | 184.55 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 254 | 0.30 | 0.52 | 0 | 0.00 | 265.45 | 0.99 | 0.74 |
| Hex | B2 | 7A | FE | 1E | 34 | 0 | 0 | 109 | 63 | 4A |
| Octal | 262 | 172 | 376 | 36 | 64 | 0 | 0 | 411 | 143 | 112 |
| Binary | 10110010 | 1111010 | 11111110 | 11110 | 110100 | 0 | 0 | 100001001 | 1100011 | 1001010 |
Color Harmonies of #B27AFE
Complementary color
Monochromatic Colors of #B27AFE
Black with #B27AFE
Text Example
Text Example
White with #B27AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27AFE; }
p { color: rgb(178,122,254); }
H1.HeaderClassName
{
color: #B27AFE;
}
.AnyTagClassName
{
color: #B27AFE;
}
</style>
background-color css
<style>
a { background-color: #B27AFE; }
a { background-color: rgb(178,122,254); }
div.DivClassName
{
background-color: #B27AFE;
}
.BgClassName
{
background-color: #B27AFE;
}
</style>
border-color css
<style>
span { border-color: #B27AFE; }
span { border-color: rgb(178,122,254); }
td.TdClassName
{
border-color: #B27AFE;
}
.TagClassName
{
border-color: #B27AFE;
}
</style>