Shades of Medium Purple #B280FE
Tints of Medium Purple #B280FE
RGB
CMYK
RGB Variations
Color information
#B280FE (or 0xB280FE) is known color: Medium Purple. HEX triplet: B2, 80 and FE. RGB value is (178,128,254). Sum of RGB (Red+Green+Blue) = 178+128+254=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #B280FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B280FE is #4D7F01. Grayscale: #9C9C9C. Windows color (decimal): -5078786 or 16679090. OLE color: 16679090.
HSL color Cylindrical-coordinate representation of color #B280FE: hue angle of 263.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B280FE is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 128 | 254 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.00 |
| HSL | 263.81º | 0.98% | 0.75% | - |
| HSV(B) | 263.81º | 0.5% | 1% | - |
| XYZ | 43.97 | 32.06 | 97.64 | - |
| YUV | 157.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 254 | 0.30 | 0.50 | 0 | 0.00 | 263.81 | 0.98 | 0.75 |
| Hex | B2 | 80 | FE | 1E | 32 | 0 | 0 | 108 | 62 | 4B |
| Octal | 262 | 200 | 376 | 36 | 62 | 0 | 0 | 410 | 142 | 113 |
| Binary | 10110010 | 10000000 | 11111110 | 11110 | 110010 | 0 | 0 | 100001000 | 1100010 | 1001011 |
Color Harmonies of #B280FE
Complementary color
Monochromatic Colors of #B280FE
Black with #B280FE
Text Example
Text Example
White with #B280FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B280FE; }
p { color: rgb(178,128,254); }
H1.HeaderClassName
{
color: #B280FE;
}
.AnyTagClassName
{
color: #B280FE;
}
</style>
background-color css
<style>
a { background-color: #B280FE; }
a { background-color: rgb(178,128,254); }
div.DivClassName
{
background-color: #B280FE;
}
.BgClassName
{
background-color: #B280FE;
}
</style>
border-color css
<style>
span { border-color: #B280FE; }
span { border-color: rgb(178,128,254); }
td.TdClassName
{
border-color: #B280FE;
}
.TagClassName
{
border-color: #B280FE;
}
</style>