Shades of Medium Purple #B06CF0
Tints of Medium Purple #B06CF0
RGB
CMYK
RGB Variations
Color information
#B06CF0 (or 0xB06CF0) is known color: Medium Purple. HEX triplet: B0, 6C and F0. RGB value is (176,108,240). Sum of RGB (Red+Green+Blue) = 176+108+240=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #B06CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06CF0 is #4F930F. Grayscale: #8E8E8E. Windows color (decimal): -5214992 or 15756464. OLE color: 15756464.
HSL color Cylindrical-coordinate representation of color #B06CF0: hue angle of 270.91º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B06CF0 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 108 | 240 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.06 |
| HSL | 270.91º | 0.81% | 0.68% | - |
| HSV(B) | 270.91º | 0.55% | 0.94% | - |
| XYZ | 39 | 26.25 | 85.45 | - |
| YUV | 143.38 | 182.53 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 240 | 0.27 | 0.55 | 0 | 0.06 | 270.91 | 0.81 | 0.68 |
| Hex | B0 | 6C | F0 | 1B | 37 | 0 | 6 | 10F | 51 | 44 |
| Octal | 260 | 154 | 360 | 33 | 67 | 0 | 6 | 417 | 121 | 104 |
| Binary | 10110000 | 1101100 | 11110000 | 11011 | 110111 | 0 | 110 | 100001111 | 1010001 | 1000100 |
Color Harmonies of #B06CF0
Complementary color
Monochromatic Colors of #B06CF0
Black with #B06CF0
Text Example
Text Example
White with #B06CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06CF0; }
p { color: rgb(176,108,240); }
H1.HeaderClassName
{
color: #B06CF0;
}
.AnyTagClassName
{
color: #B06CF0;
}
</style>
background-color css
<style>
a { background-color: #B06CF0; }
a { background-color: rgb(176,108,240); }
div.DivClassName
{
background-color: #B06CF0;
}
.BgClassName
{
background-color: #B06CF0;
}
</style>
border-color css
<style>
span { border-color: #B06CF0; }
span { border-color: rgb(176,108,240); }
td.TdClassName
{
border-color: #B06CF0;
}
.TagClassName
{
border-color: #B06CF0;
}
</style>