Shades of Medium Purple #B26CEC
Tints of Medium Purple #B26CEC
RGB
CMYK
RGB Variations
Color information
#B26CEC (or 0xB26CEC) is known color: Medium Purple. HEX triplet: B2, 6C and EC. RGB value is (178,108,236). Sum of RGB (Red+Green+Blue) = 178+108+236=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #B26CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26CEC is #4D9313. Grayscale: #8F8F8F. Windows color (decimal): -5083924 or 15494322. OLE color: 15494322.
HSL color Cylindrical-coordinate representation of color #B26CEC: hue angle of 272.81º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B26CEC is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 108 | 236 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.07 |
| HSL | 272.81º | 0.77% | 0.67% | - |
| HSV(B) | 272.81º | 0.54% | 0.93% | - |
| XYZ | 38.86 | 26.25 | 82.37 | - |
| YUV | 143.52 | 180.19 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 236 | 0.25 | 0.54 | 0 | 0.07 | 272.81 | 0.77 | 0.67 |
| Hex | B2 | 6C | EC | 19 | 36 | 0 | 7 | 111 | 4D | 43 |
| Octal | 262 | 154 | 354 | 31 | 66 | 0 | 7 | 421 | 115 | 103 |
| Binary | 10110010 | 1101100 | 11101100 | 11001 | 110110 | 0 | 111 | 100010001 | 1001101 | 1000011 |
Color Harmonies of #B26CEC
Complementary color
Monochromatic Colors of #B26CEC
Black with #B26CEC
Text Example
Text Example
White with #B26CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26CEC; }
p { color: rgb(178,108,236); }
H1.HeaderClassName
{
color: #B26CEC;
}
.AnyTagClassName
{
color: #B26CEC;
}
</style>
background-color css
<style>
a { background-color: #B26CEC; }
a { background-color: rgb(178,108,236); }
div.DivClassName
{
background-color: #B26CEC;
}
.BgClassName
{
background-color: #B26CEC;
}
</style>
border-color css
<style>
span { border-color: #B26CEC; }
span { border-color: rgb(178,108,236); }
td.TdClassName
{
border-color: #B26CEC;
}
.TagClassName
{
border-color: #B26CEC;
}
</style>