Shades of Medium Purple #B27BFA
Tints of Medium Purple #B27BFA
RGB
CMYK
RGB Variations
Color information
#B27BFA (or 0xB27BFA) is known color: Medium Purple. HEX triplet: B2, 7B and FA. RGB value is (178,123,250). Sum of RGB (Red+Green+Blue) = 178+123+250=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #B27BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BFA is #4D8405. Grayscale: #999999. Windows color (decimal): -5080070 or 16415666. OLE color: 16415666.
HSL color Cylindrical-coordinate representation of color #B27BFA: hue angle of 265.98º degrees, saturation: 0.93, 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 #B27BFA is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 123 | 250 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.02 |
| HSL | 265.98º | 0.93% | 0.73% | - |
| HSV(B) | 265.98º | 0.51% | 0.98% | - |
| XYZ | 42.7 | 30.53 | 94.09 | - |
| YUV | 153.92 | 182.22 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 250 | 0.29 | 0.51 | 0 | 0.02 | 265.98 | 0.93 | 0.73 |
| Hex | B2 | 7B | FA | 1D | 33 | 0 | 2 | 10A | 5D | 49 |
| Octal | 262 | 173 | 372 | 35 | 63 | 0 | 2 | 412 | 135 | 111 |
| Binary | 10110010 | 1111011 | 11111010 | 11101 | 110011 | 0 | 10 | 100001010 | 1011101 | 1001001 |
Color Harmonies of #B27BFA
Complementary color
Monochromatic Colors of #B27BFA
Black with #B27BFA
Text Example
Text Example
White with #B27BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BFA; }
p { color: rgb(178,123,250); }
H1.HeaderClassName
{
color: #B27BFA;
}
.AnyTagClassName
{
color: #B27BFA;
}
</style>
background-color css
<style>
a { background-color: #B27BFA; }
a { background-color: rgb(178,123,250); }
div.DivClassName
{
background-color: #B27BFA;
}
.BgClassName
{
background-color: #B27BFA;
}
</style>
border-color css
<style>
span { border-color: #B27BFA; }
span { border-color: rgb(178,123,250); }
td.TdClassName
{
border-color: #B27BFA;
}
.TagClassName
{
border-color: #B27BFA;
}
</style>