Shades of Medium Purple #B366FB
Tints of Medium Purple #B366FB
RGB
CMYK
RGB Variations
Color information
#B366FB (or 0xB366FB) is known color: Medium Purple. HEX triplet: B3, 66 and FB. RGB value is (179,102,251). Sum of RGB (Red+Green+Blue) = 179+102+251=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #B366FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366FB is #4C9904. Grayscale: #8D8D8D. Windows color (decimal): -5019909 or 16475827. OLE color: 16475827.
HSL color Cylindrical-coordinate representation of color #B366FB: hue angle of 271.01º degrees, saturation: 0.95, 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 #B366FB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 102 | 251 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.02 |
| HSL | 271.01º | 0.95% | 0.69% | - |
| HSV(B) | 271.01º | 0.59% | 0.98% | - |
| XYZ | 40.75 | 26.05 | 94.15 | - |
| YUV | 142.01 | 189.51 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 251 | 0.29 | 0.59 | 0 | 0.02 | 271.01 | 0.95 | 0.69 |
| Hex | B3 | 66 | FB | 1D | 3B | 0 | 2 | 10F | 5F | 45 |
| Octal | 263 | 146 | 373 | 35 | 73 | 0 | 2 | 417 | 137 | 105 |
| Binary | 10110011 | 1100110 | 11111011 | 11101 | 111011 | 0 | 10 | 100001111 | 1011111 | 1000101 |
Color Harmonies of #B366FB
Complementary color
Monochromatic Colors of #B366FB
Black with #B366FB
Text Example
Text Example
White with #B366FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366FB; }
p { color: rgb(179,102,251); }
H1.HeaderClassName
{
color: #B366FB;
}
.AnyTagClassName
{
color: #B366FB;
}
</style>
background-color css
<style>
a { background-color: #B366FB; }
a { background-color: rgb(179,102,251); }
div.DivClassName
{
background-color: #B366FB;
}
.BgClassName
{
background-color: #B366FB;
}
</style>
border-color css
<style>
span { border-color: #B366FB; }
span { border-color: rgb(179,102,251); }
td.TdClassName
{
border-color: #B366FB;
}
.TagClassName
{
border-color: #B366FB;
}
</style>