Shades of Medium Purple #B280FF
Tints of Medium Purple #B280FF
RGB
CMYK
RGB Variations
Color information
#B280FF (or 0xB280FF) is known color: Medium Purple. HEX triplet: B2, 80 and FF. RGB value is (178,128,255). Sum of RGB (Red+Green+Blue) = 178+128+255=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #B280FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B280FF is #4D7F00. Grayscale: #9C9C9C. Windows color (decimal): -5078785 or 16744626. OLE color: 16744626.
HSL color Cylindrical-coordinate representation of color #B280FF: hue angle of 263.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B280FF is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 128 | 255 | - |
| CMYK | 0.30 | 0.50 | 0 | 0 |
| HSL | 263.62º | 1% | 0.75% | - |
| HSV(B) | 263.62º | 0.5% | 1% | - |
| XYZ | 44.13 | 32.12 | 98.48 | - |
| YUV | 157.43 | 183.07 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 255 | 0.30 | 0.50 | 0 | 0 | 263.62 | 1 | 0.75 |
| Hex | B2 | 80 | FF | 1E | 32 | 0 | 0 | 108 | 64 | 4B |
| Octal | 262 | 200 | 377 | 36 | 62 | 0 | 0 | 410 | 144 | 113 |
| Binary | 10110010 | 10000000 | 11111111 | 11110 | 110010 | 0 | 0 | 100001000 | 1100100 | 1001011 |
Color Harmonies of #B280FF
Complementary color
Monochromatic Colors of #B280FF
Black with #B280FF
Text Example
Text Example
White with #B280FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B280FF; }
p { color: rgb(178,128,255); }
H1.HeaderClassName
{
color: #B280FF;
}
.AnyTagClassName
{
color: #B280FF;
}
</style>
background-color css
<style>
a { background-color: #B280FF; }
a { background-color: rgb(178,128,255); }
div.DivClassName
{
background-color: #B280FF;
}
.BgClassName
{
background-color: #B280FF;
}
</style>
border-color css
<style>
span { border-color: #B280FF; }
span { border-color: rgb(178,128,255); }
td.TdClassName
{
border-color: #B280FF;
}
.TagClassName
{
border-color: #B280FF;
}
</style>