Shades of Medium Purple #B36BFC
Tints of Medium Purple #B36BFC
RGB
CMYK
RGB Variations
Color information
#B36BFC (or 0xB36BFC) is known color: Medium Purple. HEX triplet: B3, 6B and FC. RGB value is (179,107,252). Sum of RGB (Red+Green+Blue) = 179+107+252=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #B36BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36BFC is #4C9403. Grayscale: #909090. Windows color (decimal): -5018628 or 16542643. OLE color: 16542643.
HSL color Cylindrical-coordinate representation of color #B36BFC: hue angle of 269.79º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B36BFC is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 107 | 252 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.01 |
| HSL | 269.79º | 0.96% | 0.7% | - |
| HSV(B) | 269.79º | 0.58% | 0.99% | - |
| XYZ | 41.42 | 27.13 | 95.15 | - |
| YUV | 145.06 | 188.35 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 107 | 252 | 0.29 | 0.58 | 0 | 0.01 | 269.79 | 0.96 | 0.7 |
| Hex | B3 | 6B | FC | 1D | 3A | 0 | 1 | 10E | 60 | 46 |
| Octal | 263 | 153 | 374 | 35 | 72 | 0 | 1 | 416 | 140 | 106 |
| Binary | 10110011 | 1101011 | 11111100 | 11101 | 111010 | 0 | 1 | 100001110 | 1100000 | 1000110 |
Color Harmonies of #B36BFC
Complementary color
Monochromatic Colors of #B36BFC
Black with #B36BFC
Text Example
Text Example
White with #B36BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36BFC; }
p { color: rgb(179,107,252); }
H1.HeaderClassName
{
color: #B36BFC;
}
.AnyTagClassName
{
color: #B36BFC;
}
</style>
background-color css
<style>
a { background-color: #B36BFC; }
a { background-color: rgb(179,107,252); }
div.DivClassName
{
background-color: #B36BFC;
}
.BgClassName
{
background-color: #B36BFC;
}
</style>
border-color css
<style>
span { border-color: #B36BFC; }
span { border-color: rgb(179,107,252); }
td.TdClassName
{
border-color: #B36BFC;
}
.TagClassName
{
border-color: #B36BFC;
}
</style>