Shades of Medium Purple #B26CEF
Tints of Medium Purple #B26CEF
RGB
CMYK
RGB Variations
Color information
#B26CEF (or 0xB26CEF) is known color: Medium Purple. HEX triplet: B2, 6C and EF. RGB value is (178,108,239). Sum of RGB (Red+Green+Blue) = 178+108+239=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #B26CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26CEF is #4D9310. Grayscale: #8F8F8F. Windows color (decimal): -5083921 or 15690930. OLE color: 15690930.
HSL color Cylindrical-coordinate representation of color #B26CEF: hue angle of 272.06º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B26CEF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 108 | 239 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.06 |
| HSL | 272.06º | 0.8% | 0.68% | - |
| HSV(B) | 272.06º | 0.55% | 0.94% | - |
| XYZ | 39.3 | 26.42 | 84.69 | - |
| YUV | 143.86 | 181.69 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 239 | 0.26 | 0.55 | 0 | 0.06 | 272.06 | 0.8 | 0.68 |
| Hex | B2 | 6C | EF | 1A | 37 | 0 | 6 | 110 | 50 | 44 |
| Octal | 262 | 154 | 357 | 32 | 67 | 0 | 6 | 420 | 120 | 104 |
| Binary | 10110010 | 1101100 | 11101111 | 11010 | 110111 | 0 | 110 | 100010000 | 1010000 | 1000100 |
Color Harmonies of #B26CEF
Complementary color
Monochromatic Colors of #B26CEF
Black with #B26CEF
Text Example
Text Example
White with #B26CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26CEF; }
p { color: rgb(178,108,239); }
H1.HeaderClassName
{
color: #B26CEF;
}
.AnyTagClassName
{
color: #B26CEF;
}
</style>
background-color css
<style>
a { background-color: #B26CEF; }
a { background-color: rgb(178,108,239); }
div.DivClassName
{
background-color: #B26CEF;
}
.BgClassName
{
background-color: #B26CEF;
}
</style>
border-color css
<style>
span { border-color: #B26CEF; }
span { border-color: rgb(178,108,239); }
td.TdClassName
{
border-color: #B26CEF;
}
.TagClassName
{
border-color: #B26CEF;
}
</style>