Shades of Medium Purple #B26BED
Tints of Medium Purple #B26BED
RGB
CMYK
RGB Variations
Color information
#B26BED (or 0xB26BED) is known color: Medium Purple. HEX triplet: B2, 6B and ED. RGB value is (178,107,237). Sum of RGB (Red+Green+Blue) = 178+107+237=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #B26BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26BED is #4D9412. Grayscale: #8E8E8E. Windows color (decimal): -5084179 or 15559602. OLE color: 15559602.
HSL color Cylindrical-coordinate representation of color #B26BED: hue angle of 272.77º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B26BED is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 107 | 237 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.07 |
| HSL | 272.77º | 0.78% | 0.67% | - |
| HSV(B) | 272.77º | 0.55% | 0.93% | - |
| XYZ | 38.9 | 26.09 | 83.11 | - |
| YUV | 143.05 | 181.02 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 237 | 0.25 | 0.55 | 0 | 0.07 | 272.77 | 0.78 | 0.67 |
| Hex | B2 | 6B | ED | 19 | 37 | 0 | 7 | 111 | 4E | 43 |
| Octal | 262 | 153 | 355 | 31 | 67 | 0 | 7 | 421 | 116 | 103 |
| Binary | 10110010 | 1101011 | 11101101 | 11001 | 110111 | 0 | 111 | 100010001 | 1001110 | 1000011 |
Color Harmonies of #B26BED
Complementary color
Monochromatic Colors of #B26BED
Black with #B26BED
Text Example
Text Example
White with #B26BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26BED; }
p { color: rgb(178,107,237); }
H1.HeaderClassName
{
color: #B26BED;
}
.AnyTagClassName
{
color: #B26BED;
}
</style>
background-color css
<style>
a { background-color: #B26BED; }
a { background-color: rgb(178,107,237); }
div.DivClassName
{
background-color: #B26BED;
}
.BgClassName
{
background-color: #B26BED;
}
</style>
border-color css
<style>
span { border-color: #B26BED; }
span { border-color: rgb(178,107,237); }
td.TdClassName
{
border-color: #B26BED;
}
.TagClassName
{
border-color: #B26BED;
}
</style>