Shades of Medium Purple #B366FE
Tints of Medium Purple #B366FE
RGB
CMYK
RGB Variations
Color information
#B366FE (or 0xB366FE) is known color: Medium Purple. HEX triplet: B3, 66 and FE. RGB value is (179,102,254). Sum of RGB (Red+Green+Blue) = 179+102+254=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #B366FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366FE is #4C9901. Grayscale: #8D8D8D. Windows color (decimal): -5019906 or 16672435. OLE color: 16672435.
HSL color Cylindrical-coordinate representation of color #B366FE: hue angle of 270.39º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B366FE is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 102 | 254 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.00 |
| HSL | 270.39º | 0.99% | 0.7% | - |
| HSV(B) | 270.39º | 0.6% | 1% | - |
| XYZ | 41.23 | 26.24 | 96.66 | - |
| YUV | 142.35 | 191.01 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 254 | 0.30 | 0.60 | 0 | 0.00 | 270.39 | 0.99 | 0.7 |
| Hex | B3 | 66 | FE | 1E | 3C | 0 | 0 | 10E | 63 | 46 |
| Octal | 263 | 146 | 376 | 36 | 74 | 0 | 0 | 416 | 143 | 106 |
| Binary | 10110011 | 1100110 | 11111110 | 11110 | 111100 | 0 | 0 | 100001110 | 1100011 | 1000110 |
Color Harmonies of #B366FE
Complementary color
Monochromatic Colors of #B366FE
Black with #B366FE
Text Example
Text Example
White with #B366FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366FE; }
p { color: rgb(179,102,254); }
H1.HeaderClassName
{
color: #B366FE;
}
.AnyTagClassName
{
color: #B366FE;
}
</style>
background-color css
<style>
a { background-color: #B366FE; }
a { background-color: rgb(179,102,254); }
div.DivClassName
{
background-color: #B366FE;
}
.BgClassName
{
background-color: #B366FE;
}
</style>
border-color css
<style>
span { border-color: #B366FE; }
span { border-color: rgb(179,102,254); }
td.TdClassName
{
border-color: #B366FE;
}
.TagClassName
{
border-color: #B366FE;
}
</style>