Shades of Medium Purple #B36FFF
Tints of Medium Purple #B36FFF
RGB
CMYK
RGB Variations
Color information
#B36FFF (or 0xB36FFF) is known color: Medium Purple. HEX triplet: B3, 6F and FF. RGB value is (179,111,255). Sum of RGB (Red+Green+Blue) = 179+111+255=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #B36FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36FFF is #4C9000. Grayscale: #939393. Windows color (decimal): -5017601 or 16740275. OLE color: 16740275.
HSL color Cylindrical-coordinate representation of color #B36FFF: hue angle of 268.33º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B36FFF is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 111 | 255 | - |
| CMYK | 0.30 | 0.56 | 0 | 0 |
| HSL | 268.33º | 1% | 0.72% | - |
| HSV(B) | 268.33º | 0.56% | 1% | - |
| XYZ | 42.32 | 28.17 | 97.81 | - |
| YUV | 147.75 | 188.53 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 255 | 0.30 | 0.56 | 0 | 0 | 268.33 | 1 | 0.72 |
| Hex | B3 | 6F | FF | 1E | 38 | 0 | 0 | 10C | 64 | 48 |
| Octal | 263 | 157 | 377 | 36 | 70 | 0 | 0 | 414 | 144 | 110 |
| Binary | 10110011 | 1101111 | 11111111 | 11110 | 111000 | 0 | 0 | 100001100 | 1100100 | 1001000 |
Color Harmonies of #B36FFF
Complementary color
Monochromatic Colors of #B36FFF
Black with #B36FFF
Text Example
Text Example
White with #B36FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36FFF; }
p { color: rgb(179,111,255); }
H1.HeaderClassName
{
color: #B36FFF;
}
.AnyTagClassName
{
color: #B36FFF;
}
</style>
background-color css
<style>
a { background-color: #B36FFF; }
a { background-color: rgb(179,111,255); }
div.DivClassName
{
background-color: #B36FFF;
}
.BgClassName
{
background-color: #B36FFF;
}
</style>
border-color css
<style>
span { border-color: #B36FFF; }
span { border-color: rgb(179,111,255); }
td.TdClassName
{
border-color: #B36FFF;
}
.TagClassName
{
border-color: #B36FFF;
}
</style>