Shades of Medium Purple #B36FED
Tints of Medium Purple #B36FED
RGB
CMYK
RGB Variations
Color information
#B36FED (or 0xB36FED) is known color: Medium Purple. HEX triplet: B3, 6F and ED. RGB value is (179,111,237). Sum of RGB (Red+Green+Blue) = 179+111+237=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #B36FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36FED is #4C9012. Grayscale: #919191. Windows color (decimal): -5017619 or 15560627. OLE color: 15560627.
HSL color Cylindrical-coordinate representation of color #B36FED: hue angle of 272.38º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B36FED is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 111 | 237 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.07 |
| HSL | 272.38º | 0.78% | 0.68% | - |
| HSV(B) | 272.38º | 0.53% | 0.93% | - |
| XYZ | 39.56 | 27.07 | 83.26 | - |
| YUV | 145.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 237 | 0.24 | 0.53 | 0 | 0.07 | 272.38 | 0.78 | 0.68 |
| Hex | B3 | 6F | ED | 18 | 35 | 0 | 7 | 110 | 4E | 44 |
| Octal | 263 | 157 | 355 | 30 | 65 | 0 | 7 | 420 | 116 | 104 |
| Binary | 10110011 | 1101111 | 11101101 | 11000 | 110101 | 0 | 111 | 100010000 | 1001110 | 1000100 |
Color Harmonies of #B36FED
Complementary color
Monochromatic Colors of #B36FED
Black with #B36FED
Text Example
Text Example
White with #B36FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36FED; }
p { color: rgb(179,111,237); }
H1.HeaderClassName
{
color: #B36FED;
}
.AnyTagClassName
{
color: #B36FED;
}
</style>
background-color css
<style>
a { background-color: #B36FED; }
a { background-color: rgb(179,111,237); }
div.DivClassName
{
background-color: #B36FED;
}
.BgClassName
{
background-color: #B36FED;
}
</style>
border-color css
<style>
span { border-color: #B36FED; }
span { border-color: rgb(179,111,237); }
td.TdClassName
{
border-color: #B36FED;
}
.TagClassName
{
border-color: #B36FED;
}
</style>