Shades of Medium Purple #B06CED
Tints of Medium Purple #B06CED
RGB
CMYK
RGB Variations
Color information
#B06CED (or 0xB06CED) is known color: Medium Purple. HEX triplet: B0, 6C and ED. RGB value is (176,108,237). Sum of RGB (Red+Green+Blue) = 176+108+237=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #B06CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06CED is #4F9312. Grayscale: #8E8E8E. Windows color (decimal): -5214995 or 15559856. OLE color: 15559856.
HSL color Cylindrical-coordinate representation of color #B06CED: hue angle of 271.63º 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 #B06CED is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 108 | 237 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.07 |
| HSL | 271.63º | 0.78% | 0.68% | - |
| HSV(B) | 271.63º | 0.54% | 0.93% | - |
| XYZ | 38.55 | 26.07 | 83.12 | - |
| YUV | 143.04 | 181.03 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 237 | 0.26 | 0.54 | 0 | 0.07 | 271.63 | 0.78 | 0.68 |
| Hex | B0 | 6C | ED | 1A | 36 | 0 | 7 | 110 | 4E | 44 |
| Octal | 260 | 154 | 355 | 32 | 66 | 0 | 7 | 420 | 116 | 104 |
| Binary | 10110000 | 1101100 | 11101101 | 11010 | 110110 | 0 | 111 | 100010000 | 1001110 | 1000100 |
Color Harmonies of #B06CED
Complementary color
Monochromatic Colors of #B06CED
Black with #B06CED
Text Example
Text Example
White with #B06CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06CED; }
p { color: rgb(176,108,237); }
H1.HeaderClassName
{
color: #B06CED;
}
.AnyTagClassName
{
color: #B06CED;
}
</style>
background-color css
<style>
a { background-color: #B06CED; }
a { background-color: rgb(176,108,237); }
div.DivClassName
{
background-color: #B06CED;
}
.BgClassName
{
background-color: #B06CED;
}
</style>
border-color css
<style>
span { border-color: #B06CED; }
span { border-color: rgb(176,108,237); }
td.TdClassName
{
border-color: #B06CED;
}
.TagClassName
{
border-color: #B06CED;
}
</style>