Shades of Medium Purple #B36FFE
Tints of Medium Purple #B36FFE
RGB
CMYK
RGB Variations
Color information
#B36FFE (or 0xB36FFE) is known color: Medium Purple. HEX triplet: B3, 6F and FE. RGB value is (179,111,254). Sum of RGB (Red+Green+Blue) = 179+111+254=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #B36FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36FFE is #4C9001. Grayscale: #939393. Windows color (decimal): -5017602 or 16674739. OLE color: 16674739.
HSL color Cylindrical-coordinate representation of color #B36FFE: hue angle of 268.53º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B36FFE is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 111 | 254 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.00 |
| HSL | 268.53º | 0.99% | 0.72% | - |
| HSV(B) | 268.53º | 0.56% | 1% | - |
| XYZ | 42.16 | 28.11 | 96.97 | - |
| YUV | 147.63 | 188.03 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 254 | 0.30 | 0.56 | 0 | 0.00 | 268.53 | 0.99 | 0.72 |
| Hex | B3 | 6F | FE | 1E | 38 | 0 | 0 | 10D | 63 | 48 |
| Octal | 263 | 157 | 376 | 36 | 70 | 0 | 0 | 415 | 143 | 110 |
| Binary | 10110011 | 1101111 | 11111110 | 11110 | 111000 | 0 | 0 | 100001101 | 1100011 | 1001000 |
Color Harmonies of #B36FFE
Complementary color
Monochromatic Colors of #B36FFE
Black with #B36FFE
Text Example
Text Example
White with #B36FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36FFE; }
p { color: rgb(179,111,254); }
H1.HeaderClassName
{
color: #B36FFE;
}
.AnyTagClassName
{
color: #B36FFE;
}
</style>
background-color css
<style>
a { background-color: #B36FFE; }
a { background-color: rgb(179,111,254); }
div.DivClassName
{
background-color: #B36FFE;
}
.BgClassName
{
background-color: #B36FFE;
}
</style>
border-color css
<style>
span { border-color: #B36FFE; }
span { border-color: rgb(179,111,254); }
td.TdClassName
{
border-color: #B36FFE;
}
.TagClassName
{
border-color: #B36FFE;
}
</style>