Shades of Medium Purple #B366FC
Tints of Medium Purple #B366FC
RGB
CMYK
RGB Variations
Color information
#B366FC (or 0xB366FC) is known color: Medium Purple. HEX triplet: B3, 66 and FC. RGB value is (179,102,252). Sum of RGB (Red+Green+Blue) = 179+102+252=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #B366FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366FC is #4C9903. Grayscale: #8D8D8D. Windows color (decimal): -5019908 or 16541363. OLE color: 16541363.
HSL color Cylindrical-coordinate representation of color #B366FC: hue angle of 270.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B366FC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 102 | 252 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.01 |
| HSL | 270.8º | 0.96% | 0.69% | - |
| HSV(B) | 270.8º | 0.6% | 0.99% | - |
| XYZ | 40.91 | 26.11 | 94.98 | - |
| YUV | 142.12 | 190.01 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 252 | 0.29 | 0.60 | 0 | 0.01 | 270.8 | 0.96 | 0.69 |
| Hex | B3 | 66 | FC | 1D | 3C | 0 | 1 | 10F | 60 | 45 |
| Octal | 263 | 146 | 374 | 35 | 74 | 0 | 1 | 417 | 140 | 105 |
| Binary | 10110011 | 1100110 | 11111100 | 11101 | 111100 | 0 | 1 | 100001111 | 1100000 | 1000101 |
Color Harmonies of #B366FC
Complementary color
Monochromatic Colors of #B366FC
Black with #B366FC
Text Example
Text Example
White with #B366FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366FC; }
p { color: rgb(179,102,252); }
H1.HeaderClassName
{
color: #B366FC;
}
.AnyTagClassName
{
color: #B366FC;
}
</style>
background-color css
<style>
a { background-color: #B366FC; }
a { background-color: rgb(179,102,252); }
div.DivClassName
{
background-color: #B366FC;
}
.BgClassName
{
background-color: #B366FC;
}
</style>
border-color css
<style>
span { border-color: #B366FC; }
span { border-color: rgb(179,102,252); }
td.TdClassName
{
border-color: #B366FC;
}
.TagClassName
{
border-color: #B366FC;
}
</style>