Shades of Medium Purple #B27FFB
Tints of Medium Purple #B27FFB
RGB
CMYK
RGB Variations
Color information
#B27FFB (or 0xB27FFB) is known color: Medium Purple. HEX triplet: B2, 7F and FB. RGB value is (178,127,251). Sum of RGB (Red+Green+Blue) = 178+127+251=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #B27FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27FFB is #4D8004. Grayscale: #9B9B9B. Windows color (decimal): -5079045 or 16482226. OLE color: 16482226.
HSL color Cylindrical-coordinate representation of color #B27FFB: hue angle of 264.68º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B27FFB is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 127 | 251 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.02 |
| HSL | 264.68º | 0.94% | 0.74% | - |
| HSV(B) | 264.68º | 0.49% | 0.98% | - |
| XYZ | 43.36 | 31.61 | 95.08 | - |
| YUV | 156.39 | 181.4 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 251 | 0.29 | 0.49 | 0 | 0.02 | 264.68 | 0.94 | 0.74 |
| Hex | B2 | 7F | FB | 1D | 31 | 0 | 2 | 109 | 5E | 4A |
| Octal | 262 | 177 | 373 | 35 | 61 | 0 | 2 | 411 | 136 | 112 |
| Binary | 10110010 | 1111111 | 11111011 | 11101 | 110001 | 0 | 10 | 100001001 | 1011110 | 1001010 |
Color Harmonies of #B27FFB
Complementary color
Monochromatic Colors of #B27FFB
Black with #B27FFB
Text Example
Text Example
White with #B27FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27FFB; }
p { color: rgb(178,127,251); }
H1.HeaderClassName
{
color: #B27FFB;
}
.AnyTagClassName
{
color: #B27FFB;
}
</style>
background-color css
<style>
a { background-color: #B27FFB; }
a { background-color: rgb(178,127,251); }
div.DivClassName
{
background-color: #B27FFB;
}
.BgClassName
{
background-color: #B27FFB;
}
</style>
border-color css
<style>
span { border-color: #B27FFB; }
span { border-color: rgb(178,127,251); }
td.TdClassName
{
border-color: #B27FFB;
}
.TagClassName
{
border-color: #B27FFB;
}
</style>