Shades of Medium Purple #B268F9
Tints of Medium Purple #B268F9
RGB
CMYK
RGB Variations
Color information
#B268F9 (or 0xB268F9) is known color: Medium Purple. HEX triplet: B2, 68 and F9. RGB value is (178,104,249). Sum of RGB (Red+Green+Blue) = 178+104+249=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #B268F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B268F9 is #4D9706. Grayscale: #8E8E8E. Windows color (decimal): -5084935 or 16345266. OLE color: 16345266.
HSL color Cylindrical-coordinate representation of color #B268F9: hue angle of 270.62º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B268F9 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 104 | 249 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.02 |
| HSL | 270.62º | 0.92% | 0.69% | - |
| HSV(B) | 270.62º | 0.58% | 0.98% | - |
| XYZ | 40.41 | 26.21 | 92.55 | - |
| YUV | 142.66 | 188.02 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 249 | 0.29 | 0.58 | 0 | 0.02 | 270.62 | 0.92 | 0.69 |
| Hex | B2 | 68 | F9 | 1D | 3A | 0 | 2 | 10F | 5C | 45 |
| Octal | 262 | 150 | 371 | 35 | 72 | 0 | 2 | 417 | 134 | 105 |
| Binary | 10110010 | 1101000 | 11111001 | 11101 | 111010 | 0 | 10 | 100001111 | 1011100 | 1000101 |
Color Harmonies of #B268F9
Complementary color
Monochromatic Colors of #B268F9
Black with #B268F9
Text Example
Text Example
White with #B268F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268F9; }
p { color: rgb(178,104,249); }
H1.HeaderClassName
{
color: #B268F9;
}
.AnyTagClassName
{
color: #B268F9;
}
</style>
background-color css
<style>
a { background-color: #B268F9; }
a { background-color: rgb(178,104,249); }
div.DivClassName
{
background-color: #B268F9;
}
.BgClassName
{
background-color: #B268F9;
}
</style>
border-color css
<style>
span { border-color: #B268F9; }
span { border-color: rgb(178,104,249); }
td.TdClassName
{
border-color: #B268F9;
}
.TagClassName
{
border-color: #B268F9;
}
</style>