Shades of Medium Purple #B05FFE
Tints of Medium Purple #B05FFE
RGB
CMYK
RGB Variations
Color information
#B05FFE (or 0xB05FFE) is known color: Medium Purple. HEX triplet: B0, 5F and FE. RGB value is (176,95,254). Sum of RGB (Red+Green+Blue) = 176+95+254=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #B05FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05FFE is #4FA001. Grayscale: #888888. Windows color (decimal): -5218306 or 16670640. OLE color: 16670640.
HSL color Cylindrical-coordinate representation of color #B05FFE: hue angle of 270.57º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B05FFE is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 95 | 254 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.00 |
| HSL | 270.57º | 0.99% | 0.68% | - |
| HSV(B) | 270.57º | 0.63% | 1% | - |
| XYZ | 39.89 | 24.57 | 96.41 | - |
| YUV | 137.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 95 | 254 | 0.31 | 0.63 | 0 | 0.00 | 270.57 | 0.99 | 0.68 |
| Hex | B0 | 5F | FE | 1F | 3F | 0 | 0 | 10F | 63 | 44 |
| Octal | 260 | 137 | 376 | 37 | 77 | 0 | 0 | 417 | 143 | 104 |
| Binary | 10110000 | 1011111 | 11111110 | 11111 | 111111 | 0 | 0 | 100001111 | 1100011 | 1000100 |
Color Harmonies of #B05FFE
Complementary color
Monochromatic Colors of #B05FFE
Black with #B05FFE
Text Example
Text Example
White with #B05FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05FFE; }
p { color: rgb(176,95,254); }
H1.HeaderClassName
{
color: #B05FFE;
}
.AnyTagClassName
{
color: #B05FFE;
}
</style>
background-color css
<style>
a { background-color: #B05FFE; }
a { background-color: rgb(176,95,254); }
div.DivClassName
{
background-color: #B05FFE;
}
.BgClassName
{
background-color: #B05FFE;
}
</style>
border-color css
<style>
span { border-color: #B05FFE; }
span { border-color: rgb(176,95,254); }
td.TdClassName
{
border-color: #B05FFE;
}
.TagClassName
{
border-color: #B05FFE;
}
</style>