Shades of Medium Purple #B36DF8
Tints of Medium Purple #B36DF8
RGB
CMYK
RGB Variations
Color information
#B36DF8 (or 0xB36DF8) is known color: Medium Purple. HEX triplet: B3, 6D and F8. RGB value is (179,109,248). Sum of RGB (Red+Green+Blue) = 179+109+248=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #B36DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36DF8 is #4C9207. Grayscale: #919191. Windows color (decimal): -5018120 or 16281011. OLE color: 16281011.
HSL color Cylindrical-coordinate representation of color #B36DF8: hue angle of 270.22º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B36DF8 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 109 | 248 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.03 |
| HSL | 270.22º | 0.91% | 0.7% | - |
| HSV(B) | 270.22º | 0.56% | 0.97% | - |
| XYZ | 41 | 27.3 | 91.91 | - |
| YUV | 145.78 | 185.69 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 248 | 0.28 | 0.56 | 0 | 0.03 | 270.22 | 0.91 | 0.7 |
| Hex | B3 | 6D | F8 | 1C | 38 | 0 | 3 | 10E | 5B | 46 |
| Octal | 263 | 155 | 370 | 34 | 70 | 0 | 3 | 416 | 133 | 106 |
| Binary | 10110011 | 1101101 | 11111000 | 11100 | 111000 | 0 | 11 | 100001110 | 1011011 | 1000110 |
Color Harmonies of #B36DF8
Complementary color
Monochromatic Colors of #B36DF8
Black with #B36DF8
Text Example
Text Example
White with #B36DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36DF8; }
p { color: rgb(179,109,248); }
H1.HeaderClassName
{
color: #B36DF8;
}
.AnyTagClassName
{
color: #B36DF8;
}
</style>
background-color css
<style>
a { background-color: #B36DF8; }
a { background-color: rgb(179,109,248); }
div.DivClassName
{
background-color: #B36DF8;
}
.BgClassName
{
background-color: #B36DF8;
}
</style>
border-color css
<style>
span { border-color: #B36DF8; }
span { border-color: rgb(179,109,248); }
td.TdClassName
{
border-color: #B36DF8;
}
.TagClassName
{
border-color: #B36DF8;
}
</style>