Shades of Medium Purple #B06BEA
Tints of Medium Purple #B06BEA
RGB
CMYK
RGB Variations
Color information
#B06BEA (or 0xB06BEA) is known color: Medium Purple. HEX triplet: B0, 6B and EA. RGB value is (176,107,234). Sum of RGB (Red+Green+Blue) = 176+107+234=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #B06BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06BEA is #4F9415. Grayscale: #8D8D8D. Windows color (decimal): -5215254 or 15362992. OLE color: 15362992.
HSL color Cylindrical-coordinate representation of color #B06BEA: hue angle of 272.6º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06BEA is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 107 | 234 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.08 |
| HSL | 272.6º | 0.75% | 0.67% | - |
| HSV(B) | 272.6º | 0.54% | 0.92% | - |
| XYZ | 38.01 | 25.69 | 80.8 | - |
| YUV | 142.11 | 179.86 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 234 | 0.25 | 0.54 | 0 | 0.08 | 272.6 | 0.75 | 0.67 |
| Hex | B0 | 6B | EA | 19 | 36 | 0 | 8 | 111 | 4B | 43 |
| Octal | 260 | 153 | 352 | 31 | 66 | 0 | 10 | 421 | 113 | 103 |
| Binary | 10110000 | 1101011 | 11101010 | 11001 | 110110 | 0 | 1000 | 100010001 | 1001011 | 1000011 |
Color Harmonies of #B06BEA
Complementary color
Monochromatic Colors of #B06BEA
Black with #B06BEA
Text Example
Text Example
White with #B06BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BEA; }
p { color: rgb(176,107,234); }
H1.HeaderClassName
{
color: #B06BEA;
}
.AnyTagClassName
{
color: #B06BEA;
}
</style>
background-color css
<style>
a { background-color: #B06BEA; }
a { background-color: rgb(176,107,234); }
div.DivClassName
{
background-color: #B06BEA;
}
.BgClassName
{
background-color: #B06BEA;
}
</style>
border-color css
<style>
span { border-color: #B06BEA; }
span { border-color: rgb(176,107,234); }
td.TdClassName
{
border-color: #B06BEA;
}
.TagClassName
{
border-color: #B06BEA;
}
</style>