Shades of Medium Purple #B368FE
Tints of Medium Purple #B368FE
RGB
CMYK
RGB Variations
Color information
#B368FE (or 0xB368FE) is known color: Medium Purple. HEX triplet: B3, 68 and FE. RGB value is (179,104,254). Sum of RGB (Red+Green+Blue) = 179+104+254=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #B368FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B368FE is #4C9701. Grayscale: #8F8F8F. Windows color (decimal): -5019394 or 16672947. OLE color: 16672947.
HSL color Cylindrical-coordinate representation of color #B368FE: hue angle of 270º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B368FE is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 104 | 254 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.00 |
| HSL | 270º | 0.99% | 0.7% | - |
| HSV(B) | 270º | 0.59% | 1% | - |
| XYZ | 41.43 | 26.64 | 96.72 | - |
| YUV | 143.53 | 190.35 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 254 | 0.30 | 0.59 | 0 | 0.00 | 270 | 0.99 | 0.7 |
| Hex | B3 | 68 | FE | 1E | 3B | 0 | 0 | 10E | 63 | 46 |
| Octal | 263 | 150 | 376 | 36 | 73 | 0 | 0 | 416 | 143 | 106 |
| Binary | 10110011 | 1101000 | 11111110 | 11110 | 111011 | 0 | 0 | 100001110 | 1100011 | 1000110 |
Color Harmonies of #B368FE
Complementary color
Monochromatic Colors of #B368FE
Black with #B368FE
Text Example
Text Example
White with #B368FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B368FE; }
p { color: rgb(179,104,254); }
H1.HeaderClassName
{
color: #B368FE;
}
.AnyTagClassName
{
color: #B368FE;
}
</style>
background-color css
<style>
a { background-color: #B368FE; }
a { background-color: rgb(179,104,254); }
div.DivClassName
{
background-color: #B368FE;
}
.BgClassName
{
background-color: #B368FE;
}
</style>
border-color css
<style>
span { border-color: #B368FE; }
span { border-color: rgb(179,104,254); }
td.TdClassName
{
border-color: #B368FE;
}
.TagClassName
{
border-color: #B368FE;
}
</style>