Shades of Medium Purple #B279FC
Tints of Medium Purple #B279FC
RGB
CMYK
RGB Variations
Color information
#B279FC (or 0xB279FC) is known color: Medium Purple. HEX triplet: B2, 79 and FC. RGB value is (178,121,252). Sum of RGB (Red+Green+Blue) = 178+121+252=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #B279FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B279FC is #4D8603. Grayscale: #989898. Windows color (decimal): -5080580 or 16546226. OLE color: 16546226.
HSL color Cylindrical-coordinate representation of color #B279FC: hue angle of 266.11º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B279FC is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 121 | 252 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.01 |
| HSL | 266.11º | 0.96% | 0.73% | - |
| HSV(B) | 266.11º | 0.52% | 0.99% | - |
| XYZ | 42.77 | 30.17 | 95.66 | - |
| YUV | 152.98 | 183.88 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 252 | 0.29 | 0.52 | 0 | 0.01 | 266.11 | 0.96 | 0.73 |
| Hex | B2 | 79 | FC | 1D | 34 | 0 | 1 | 10A | 60 | 49 |
| Octal | 262 | 171 | 374 | 35 | 64 | 0 | 1 | 412 | 140 | 111 |
| Binary | 10110010 | 1111001 | 11111100 | 11101 | 110100 | 0 | 1 | 100001010 | 1100000 | 1001001 |
Color Harmonies of #B279FC
Complementary color
Monochromatic Colors of #B279FC
Black with #B279FC
Text Example
Text Example
White with #B279FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B279FC; }
p { color: rgb(178,121,252); }
H1.HeaderClassName
{
color: #B279FC;
}
.AnyTagClassName
{
color: #B279FC;
}
</style>
background-color css
<style>
a { background-color: #B279FC; }
a { background-color: rgb(178,121,252); }
div.DivClassName
{
background-color: #B279FC;
}
.BgClassName
{
background-color: #B279FC;
}
</style>
border-color css
<style>
span { border-color: #B279FC; }
span { border-color: rgb(178,121,252); }
td.TdClassName
{
border-color: #B279FC;
}
.TagClassName
{
border-color: #B279FC;
}
</style>