Shades of Medium Purple #B36CFE
Tints of Medium Purple #B36CFE
RGB
CMYK
RGB Variations
Color information
#B36CFE (or 0xB36CFE) is known color: Medium Purple. HEX triplet: B3, 6C and FE. RGB value is (179,108,254). Sum of RGB (Red+Green+Blue) = 179+108+254=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #B36CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36CFE is #4C9301. Grayscale: #919191. Windows color (decimal): -5018370 or 16673971. OLE color: 16673971.
HSL color Cylindrical-coordinate representation of color #B36CFE: hue angle of 269.18º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B36CFE is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 108 | 254 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.00 |
| HSL | 269.18º | 0.99% | 0.71% | - |
| HSV(B) | 269.18º | 0.57% | 1% | - |
| XYZ | 41.84 | 27.46 | 96.86 | - |
| YUV | 145.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 254 | 0.30 | 0.57 | 0 | 0.00 | 269.18 | 0.99 | 0.71 |
| Hex | B3 | 6C | FE | 1E | 39 | 0 | 0 | 10D | 63 | 47 |
| Octal | 263 | 154 | 376 | 36 | 71 | 0 | 0 | 415 | 143 | 107 |
| Binary | 10110011 | 1101100 | 11111110 | 11110 | 111001 | 0 | 0 | 100001101 | 1100011 | 1000111 |
Color Harmonies of #B36CFE
Complementary color
Monochromatic Colors of #B36CFE
Black with #B36CFE
Text Example
Text Example
White with #B36CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36CFE; }
p { color: rgb(179,108,254); }
H1.HeaderClassName
{
color: #B36CFE;
}
.AnyTagClassName
{
color: #B36CFE;
}
</style>
background-color css
<style>
a { background-color: #B36CFE; }
a { background-color: rgb(179,108,254); }
div.DivClassName
{
background-color: #B36CFE;
}
.BgClassName
{
background-color: #B36CFE;
}
</style>
border-color css
<style>
span { border-color: #B36CFE; }
span { border-color: rgb(179,108,254); }
td.TdClassName
{
border-color: #B36CFE;
}
.TagClassName
{
border-color: #B36CFE;
}
</style>