Shades of Medium Purple #B366F9
Tints of Medium Purple #B366F9
RGB
CMYK
RGB Variations
Color information
#B366F9 (or 0xB366F9) is known color: Medium Purple. HEX triplet: B3, 66 and F9. RGB value is (179,102,249). Sum of RGB (Red+Green+Blue) = 179+102+249=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #B366F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366F9 is #4C9906. Grayscale: #8D8D8D. Windows color (decimal): -5019911 or 16344755. OLE color: 16344755.
HSL color Cylindrical-coordinate representation of color #B366F9: hue angle of 271.43º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B366F9 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 102 | 249 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.02 |
| HSL | 271.43º | 0.92% | 0.69% | - |
| HSV(B) | 271.43º | 0.59% | 0.98% | - |
| XYZ | 40.44 | 25.93 | 92.5 | - |
| YUV | 141.78 | 188.51 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 249 | 0.28 | 0.59 | 0 | 0.02 | 271.43 | 0.92 | 0.69 |
| Hex | B3 | 66 | F9 | 1C | 3B | 0 | 2 | 10F | 5C | 45 |
| Octal | 263 | 146 | 371 | 34 | 73 | 0 | 2 | 417 | 134 | 105 |
| Binary | 10110011 | 1100110 | 11111001 | 11100 | 111011 | 0 | 10 | 100001111 | 1011100 | 1000101 |
Color Harmonies of #B366F9
Complementary color
Monochromatic Colors of #B366F9
Black with #B366F9
Text Example
Text Example
White with #B366F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366F9; }
p { color: rgb(179,102,249); }
H1.HeaderClassName
{
color: #B366F9;
}
.AnyTagClassName
{
color: #B366F9;
}
</style>
background-color css
<style>
a { background-color: #B366F9; }
a { background-color: rgb(179,102,249); }
div.DivClassName
{
background-color: #B366F9;
}
.BgClassName
{
background-color: #B366F9;
}
</style>
border-color css
<style>
span { border-color: #B366F9; }
span { border-color: rgb(179,102,249); }
td.TdClassName
{
border-color: #B366F9;
}
.TagClassName
{
border-color: #B366F9;
}
</style>