Shades of Medium Purple #B06CEA
Tints of Medium Purple #B06CEA
RGB
CMYK
RGB Variations
Color information
#B06CEA (or 0xB06CEA) is known color: Medium Purple. HEX triplet: B0, 6C and EA. RGB value is (176,108,234). Sum of RGB (Red+Green+Blue) = 176+108+234=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #B06CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06CEA is #4F9315. Grayscale: #8E8E8E. Windows color (decimal): -5214998 or 15363248. OLE color: 15363248.
HSL color Cylindrical-coordinate representation of color #B06CEA: hue angle of 272.38º 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 #B06CEA is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 108 | 234 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.08 |
| HSL | 272.38º | 0.75% | 0.67% | - |
| HSV(B) | 272.38º | 0.54% | 0.92% | - |
| XYZ | 38.12 | 25.9 | 80.83 | - |
| YUV | 142.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 234 | 0.25 | 0.54 | 0 | 0.08 | 272.38 | 0.75 | 0.67 |
| Hex | B0 | 6C | EA | 19 | 36 | 0 | 8 | 110 | 4B | 43 |
| Octal | 260 | 154 | 352 | 31 | 66 | 0 | 10 | 420 | 113 | 103 |
| Binary | 10110000 | 1101100 | 11101010 | 11001 | 110110 | 0 | 1000 | 100010000 | 1001011 | 1000011 |
Color Harmonies of #B06CEA
Complementary color
Monochromatic Colors of #B06CEA
Black with #B06CEA
Text Example
Text Example
White with #B06CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06CEA; }
p { color: rgb(176,108,234); }
H1.HeaderClassName
{
color: #B06CEA;
}
.AnyTagClassName
{
color: #B06CEA;
}
</style>
background-color css
<style>
a { background-color: #B06CEA; }
a { background-color: rgb(176,108,234); }
div.DivClassName
{
background-color: #B06CEA;
}
.BgClassName
{
background-color: #B06CEA;
}
</style>
border-color css
<style>
span { border-color: #B06CEA; }
span { border-color: rgb(176,108,234); }
td.TdClassName
{
border-color: #B06CEA;
}
.TagClassName
{
border-color: #B06CEA;
}
</style>