Shades of Medium Purple #B26CED
Tints of Medium Purple #B26CED
RGB
CMYK
RGB Variations
Color information
#B26CED (or 0xB26CED) is known color: Medium Purple. HEX triplet: B2, 6C and ED. RGB value is (178,108,237). Sum of RGB (Red+Green+Blue) = 178+108+237=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #B26CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26CED is #4D9312. Grayscale: #8F8F8F. Windows color (decimal): -5083923 or 15559858. OLE color: 15559858.
HSL color Cylindrical-coordinate representation of color #B26CED: hue angle of 272.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B26CED is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 108 | 237 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.07 |
| HSL | 272.56º | 0.78% | 0.68% | - |
| HSV(B) | 272.56º | 0.54% | 0.93% | - |
| XYZ | 39.01 | 26.3 | 83.14 | - |
| YUV | 143.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 237 | 0.25 | 0.54 | 0 | 0.07 | 272.56 | 0.78 | 0.68 |
| Hex | B2 | 6C | ED | 19 | 36 | 0 | 7 | 111 | 4E | 44 |
| Octal | 262 | 154 | 355 | 31 | 66 | 0 | 7 | 421 | 116 | 104 |
| Binary | 10110010 | 1101100 | 11101101 | 11001 | 110110 | 0 | 111 | 100010001 | 1001110 | 1000100 |
Color Harmonies of #B26CED
Complementary color
Monochromatic Colors of #B26CED
Black with #B26CED
Text Example
Text Example
White with #B26CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26CED; }
p { color: rgb(178,108,237); }
H1.HeaderClassName
{
color: #B26CED;
}
.AnyTagClassName
{
color: #B26CED;
}
</style>
background-color css
<style>
a { background-color: #B26CED; }
a { background-color: rgb(178,108,237); }
div.DivClassName
{
background-color: #B26CED;
}
.BgClassName
{
background-color: #B26CED;
}
</style>
border-color css
<style>
span { border-color: #B26CED; }
span { border-color: rgb(178,108,237); }
td.TdClassName
{
border-color: #B26CED;
}
.TagClassName
{
border-color: #B26CED;
}
</style>