Shades of Medium Purple #B281FE
Tints of Medium Purple #B281FE
RGB
CMYK
RGB Variations
Color information
#B281FE (or 0xB281FE) is known color: Medium Purple. HEX triplet: B2, 81 and FE. RGB value is (178,129,254). Sum of RGB (Red+Green+Blue) = 178+129+254=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #B281FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281FE is #4D7E01. Grayscale: #9D9D9D. Windows color (decimal): -5078530 or 16679346. OLE color: 16679346.
HSL color Cylindrical-coordinate representation of color #B281FE: hue angle of 263.52º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B281FE is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 129 | 254 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.00 |
| HSL | 263.52º | 0.98% | 0.75% | - |
| HSV(B) | 263.52º | 0.49% | 1% | - |
| XYZ | 44.1 | 32.32 | 97.68 | - |
| YUV | 157.9 | 182.23 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 254 | 0.30 | 0.49 | 0 | 0.00 | 263.52 | 0.98 | 0.75 |
| Hex | B2 | 81 | FE | 1E | 31 | 0 | 0 | 108 | 62 | 4B |
| Octal | 262 | 201 | 376 | 36 | 61 | 0 | 0 | 410 | 142 | 113 |
| Binary | 10110010 | 10000001 | 11111110 | 11110 | 110001 | 0 | 0 | 100001000 | 1100010 | 1001011 |
Color Harmonies of #B281FE
Complementary color
Monochromatic Colors of #B281FE
Black with #B281FE
Text Example
Text Example
White with #B281FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B281FE; }
p { color: rgb(178,129,254); }
H1.HeaderClassName
{
color: #B281FE;
}
.AnyTagClassName
{
color: #B281FE;
}
</style>
background-color css
<style>
a { background-color: #B281FE; }
a { background-color: rgb(178,129,254); }
div.DivClassName
{
background-color: #B281FE;
}
.BgClassName
{
background-color: #B281FE;
}
</style>
border-color css
<style>
span { border-color: #B281FE; }
span { border-color: rgb(178,129,254); }
td.TdClassName
{
border-color: #B281FE;
}
.TagClassName
{
border-color: #B281FE;
}
</style>