Shades of Medium Purple #B261FF
Tints of Medium Purple #B261FF
RGB
CMYK
RGB Variations
Color information
#B261FF (or 0xB261FF) is known color: Medium Purple. HEX triplet: B2, 61 and FF. RGB value is (178,97,255). Sum of RGB (Red+Green+Blue) = 178+97+255=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #B261FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B261FF is #4D9E00. Grayscale: #8A8A8A. Windows color (decimal): -5086721 or 16736690. OLE color: 16736690.
HSL color Cylindrical-coordinate representation of color #B261FF: hue angle of 270.76º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B261FF is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 97 | 255 | - |
| CMYK | 0.30 | 0.62 | 0 | 0 |
| HSL | 270.76º | 1% | 0.69% | - |
| HSV(B) | 270.76º | 0.62% | 1% | - |
| XYZ | 40.68 | 25.23 | 97.33 | - |
| YUV | 139.23 | 193.34 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 255 | 0.30 | 0.62 | 0 | 0 | 270.76 | 1 | 0.69 |
| Hex | B2 | 61 | FF | 1E | 3E | 0 | 0 | 10F | 64 | 45 |
| Octal | 262 | 141 | 377 | 36 | 76 | 0 | 0 | 417 | 144 | 105 |
| Binary | 10110010 | 1100001 | 11111111 | 11110 | 111110 | 0 | 0 | 100001111 | 1100100 | 1000101 |
Color Harmonies of #B261FF
Complementary color
Monochromatic Colors of #B261FF
Black with #B261FF
Text Example
Text Example
White with #B261FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261FF; }
p { color: rgb(178,97,255); }
H1.HeaderClassName
{
color: #B261FF;
}
.AnyTagClassName
{
color: #B261FF;
}
</style>
background-color css
<style>
a { background-color: #B261FF; }
a { background-color: rgb(178,97,255); }
div.DivClassName
{
background-color: #B261FF;
}
.BgClassName
{
background-color: #B261FF;
}
</style>
border-color css
<style>
span { border-color: #B261FF; }
span { border-color: rgb(178,97,255); }
td.TdClassName
{
border-color: #B261FF;
}
.TagClassName
{
border-color: #B261FF;
}
</style>