Shades of Medium Purple #B366FA
Tints of Medium Purple #B366FA
RGB
CMYK
RGB Variations
Color information
#B366FA (or 0xB366FA) is known color: Medium Purple. HEX triplet: B3, 66 and FA. RGB value is (179,102,250). Sum of RGB (Red+Green+Blue) = 179+102+250=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #B366FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366FA is #4C9905. Grayscale: #8D8D8D. Windows color (decimal): -5019910 or 16410291. OLE color: 16410291.
HSL color Cylindrical-coordinate representation of color #B366FA: hue angle of 271.22º degrees, saturation: 0.94, 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 #B366FA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 102 | 250 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.02 |
| HSL | 271.22º | 0.94% | 0.69% | - |
| HSV(B) | 271.22º | 0.59% | 0.98% | - |
| XYZ | 40.6 | 25.99 | 93.32 | - |
| YUV | 141.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 250 | 0.28 | 0.59 | 0 | 0.02 | 271.22 | 0.94 | 0.69 |
| Hex | B3 | 66 | FA | 1C | 3B | 0 | 2 | 10F | 5E | 45 |
| Octal | 263 | 146 | 372 | 34 | 73 | 0 | 2 | 417 | 136 | 105 |
| Binary | 10110011 | 1100110 | 11111010 | 11100 | 111011 | 0 | 10 | 100001111 | 1011110 | 1000101 |
Color Harmonies of #B366FA
Complementary color
Monochromatic Colors of #B366FA
Black with #B366FA
Text Example
Text Example
White with #B366FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366FA; }
p { color: rgb(179,102,250); }
H1.HeaderClassName
{
color: #B366FA;
}
.AnyTagClassName
{
color: #B366FA;
}
</style>
background-color css
<style>
a { background-color: #B366FA; }
a { background-color: rgb(179,102,250); }
div.DivClassName
{
background-color: #B366FA;
}
.BgClassName
{
background-color: #B366FA;
}
</style>
border-color css
<style>
span { border-color: #B366FA; }
span { border-color: rgb(179,102,250); }
td.TdClassName
{
border-color: #B366FA;
}
.TagClassName
{
border-color: #B366FA;
}
</style>