Shades of Medium Purple #B266FA
Tints of Medium Purple #B266FA
RGB
CMYK
RGB Variations
Color information
#B266FA (or 0xB266FA) is known color: Medium Purple. HEX triplet: B2, 66 and FA. RGB value is (178,102,250). Sum of RGB (Red+Green+Blue) = 178+102+250=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #B266FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B266FA is #4D9905. Grayscale: #8D8D8D. Windows color (decimal): -5085446 or 16410290. OLE color: 16410290.
HSL color Cylindrical-coordinate representation of color #B266FA: hue angle of 270.81º 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 #B266FA is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 102 | 250 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.02 |
| HSL | 270.81º | 0.94% | 0.69% | - |
| HSV(B) | 270.81º | 0.59% | 0.98% | - |
| XYZ | 40.37 | 25.87 | 93.31 | - |
| YUV | 141.6 | 189.18 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 250 | 0.29 | 0.59 | 0 | 0.02 | 270.81 | 0.94 | 0.69 |
| Hex | B2 | 66 | FA | 1D | 3B | 0 | 2 | 10F | 5E | 45 |
| Octal | 262 | 146 | 372 | 35 | 73 | 0 | 2 | 417 | 136 | 105 |
| Binary | 10110010 | 1100110 | 11111010 | 11101 | 111011 | 0 | 10 | 100001111 | 1011110 | 1000101 |
Color Harmonies of #B266FA
Complementary color
Monochromatic Colors of #B266FA
Black with #B266FA
Text Example
Text Example
White with #B266FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B266FA; }
p { color: rgb(178,102,250); }
H1.HeaderClassName
{
color: #B266FA;
}
.AnyTagClassName
{
color: #B266FA;
}
</style>
background-color css
<style>
a { background-color: #B266FA; }
a { background-color: rgb(178,102,250); }
div.DivClassName
{
background-color: #B266FA;
}
.BgClassName
{
background-color: #B266FA;
}
</style>
border-color css
<style>
span { border-color: #B266FA; }
span { border-color: rgb(178,102,250); }
td.TdClassName
{
border-color: #B266FA;
}
.TagClassName
{
border-color: #B266FA;
}
</style>